The extension has a focused purpose for chess enthusiasts on Reddit, with a decent rating of 4.2 stars from 28 reviews. However, the small user base of only 1,000 users and lack of developer information raises some transparency concerns. The extension appears to serve a legitimate niche function for viewing chess PGN (Portable Game Notation) files on Reddit.
The extension's permissions are appropriately scoped to Reddit domains only, which is exactly what you'd expect for a Reddit-specific chess tool. The content script injection is necessary for the extension's functionality to parse and display chess games on Reddit pages.
This extension presents minimal security risk for its intended purpose. The permissions are well-justified and narrowly scoped. However, consider monitoring for updates to Manifest V3, and be aware that the small developer presence means less community oversight. The extension is safe to use for chess enthusiasts who frequently view PGN files on Reddit, but users should stay alert for any unusual behavior given the limited transparency about the developer.
| http://clients2.google.com/service/update2/crx | http://creativecommons.org/licenses/by-nc-nd/2.5/au/ | |
| http://chesstempo.com | http://developer.yahoo.com/yui/license.html | |
| http://www.chesstempo.com |
{ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC+mX0OyPs/T1z+/DDeFSmp/9/qEdMYdC04dM87oBObtXqjsPEmGsuhLyZ4LkhBnOLdjAFc9niSsdjGDDjFTTCpwpqpJbfTxwLy3/xGYOFLLtIBGu3MzPzgONzxvQI7dCJrVeKk+5M57sIC4qLSDtMqknO7FW1/vF1/s56cSJzKCQIDAQAB", "name": "Reddit PGN viewer.", "icons": { "128": "knight.png" }, "version": "1.96.0", "update_url": "http://clients2.google.com/service/update2/crx", "description": "Puts a board in all Reddit pages with PGNs marked by [pgn][/pgn]", "permissions": [ "*://*.reddit.com/*" ], "content_scripts": [ { "js": [ "jquery-3.3.1.min.js", "pgnyui.js", "pgnviewer.js", "rchesspgn.js" ], "css": [ "board-min.css", "rchess.css" ], "matches": [ "*://*.reddit.com/*" ] } ], "manifest_version": 2 }
ⓘ CRXaminer has partnered with our friends at Secure Annex to provide additional findings unique to their platform.
Secure Annex also analyzes extensions from other browsers, IDEs, and can continuously monitor.
This extension may not yet be analyzed by Secure Annex.