Starting analysis...
The combination of activeTab and storage permissions is concerning for a word counter, as it could theoretically collect and store text from documents you're working on. The specific targeting of Google Docs through content scripts adds risk when working with confidential documents.
| https://clients2.google.com/service/update2/crx | https://docs.google.com/ |
{ "name": "Wordcounter", "icons": { "128": "icon.png" }, "version": "1.3", "background": { "scripts": [ "background.js" ], "persistent": false }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Displays a real-time word count while writing in Google Docs, as well as milestone markers every 500 words.", "permissions": [ "activeTab", "storage" ], "browser_action": { "name": "Click to toggle Wordcounter on or off" }, "content_scripts": [ { "js": [ "jquery-3.3.1.min.js", "content.js" ], "css": [ "style.css" ], "matches": [ "https://docs.google.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.