The extension has a very small user base of only 2,000 users and a concerning rating of 3.3 out of 5 stars with just 3 reviews, indicating limited adoption and mixed user satisfaction. The lack of developer information and missing description raises transparency concerns. The name "a11y.css" suggests it's related to accessibility CSS, but without proper documentation, its true purpose is unclear.
The extension requests excessive permissions for what appears to be a CSS accessibility tool. The tabs permission allows manipulation of all browser tabs, which is unnecessary for CSS-related functionality. The broad content script injection across all websites (*://*/*) creates significant security exposure, as it can access and modify any webpage you visit. The activeTab permission, while less concerning, still grants access to sensitive page content. The storage permission could be used to collect and retain user data across sessions.
Given the high-risk profile, avoid installing this extension unless absolutely necessary. If you must use it, create a separate Chrome profile dedicated to this extension to isolate potential security risks from your main browsing activities. Consider looking for well-established accessibility tools with better security practices, higher user ratings, and transparent developer information. Monitor the extension's behavior closely and remove it immediately if you notice any suspicious activity or unexpected functionality.
| https://github.com/ffoodd/a11y.css/ | https://clients2.google.com/service/update2/crx | |
| http://www.w3.org/2000/svg |
{ "name": "a11y.css", "icons": { "16": "icons/a11y-css_16.png", "48": "icons/a11y-css_48.png", "128": "icons/a11y-css_128.png" }, "action": { "default_icon": { "19": "icons/a11y-css_19.png", "38": "icons/a11y-css_38.png" }, "default_popup": "popup/index.html", "default_title": "a11y.css" }, "version": "2.1.0", "background": { "type": "module", "service_worker": "/scripts/background/main.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "a11y.css provides warnings about possible risks and mistakes that exist in HTML.", "permissions": [ "activeTab", "tabs", "storage", "scripting" ], "default_locale": "en", "content_scripts": [ { "js": [ "/scripts/injected/alt.js" ], "css": [ "/scripts/injected/alt.css" ], "run_at": "document_end", "matches": [ "*://*/*" ] } ], "manifest_version": 3, "minimum_chrome_version": "93", "web_accessible_resources": [ { "matches": [ "*://*/*" ], "resources": [ "icons/info.svg", "icons/ko.svg", "icons/ok.svg", "scripts/injected/*", "css/*" ] } ] }
ⓘ 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.