The extension has a solid user base of 20,000 users and maintains a strong 4.6-star rating from 184 reviews, indicating general user satisfaction. The specific focus on Wikipedia modernization suggests a legitimate purpose, and the developer appears to maintain the extension with version 1.41 showing ongoing development.
The tabs permission is excessive for a Wikipedia styling extension, as modifying Wikipedia's appearance should only require content script access to Wikipedia pages. This permission allows the extension to monitor and manipulate all browser tabs, creating privacy risks. While the host permissions are appropriately scoped to Wikipedia domains only (which is positive), the combination with tabs permission raises security concerns. The storage permission, while lower risk, allows data collection that may not be necessary for basic styling modifications.
Consider running this extension in a separate Chrome profile if you frequently handle sensitive information in other tabs. The tabs permission creates unnecessary exposure to your browsing activity beyond Wikipedia. Monitor the extension's behavior and consider alternatives that achieve similar Wikipedia styling improvements with more limited permissions. Before installation, verify that the visual improvements justify the elevated permissions, particularly the ability to access information about all your browser tabs.
| https://clients2.google.com/service/update2/crx |
{ "name": "Modern for Wikipedia", "icons": { "16": "images/icon_16.png", "48": "images/icon_48.png", "96": "images/icon_96.png", "128": "images/icon_128.png", "256": "images/icon_256.png" }, "action": { "default_icon": { "16": "images/icon_16.png", "48": "images/icon_48.png", "96": "images/icon_96.png", "128": "images/icon_128.png", "256": "images/icon_256.png" }, "default_popup": "popup.html", "default_title": "Modern for Wikipedia" }, "version": "1.41", "short_name": "Modern for Wikipedia", "update_url": "https://clients2.google.com/service/update2/crx", "description": "Wikipedia gets a beautiful, clean, modern interface.", "permissions": [ "storage", "tabs" ], "content_scripts": [ { "js": [ "content_start.js" ], "run_at": "document_start", "matches": [ "*://*.wikipedia.org/*" ] }, { "js": [ "jquery-3.5.1.min.js", "content.js" ], "run_at": "document_end", "matches": [ "*://*.wikipedia.org/*" ] } ], "host_permissions": [ "*://*.wikipedia.org/*" ], "manifest_version": 3, "web_accessible_resources": [ { "matches": [ "*://*.wikipedia.org/*" ], "resources": [ "images/*", "content.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.