Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Dark Mode", "version": "3.3.14", "description": "__MSG_description__", "default_locale": "en", "icons": { "16": "assets\/icons\/16.png", "32": "assets\/icons\/32.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "options-page\/index.html" }, "options_page": "options-page\/index.html", "content_scripts": [ { "all_frames": true, "match_about_blank": true, "css": [ "content-scripts\/styles.css" ], "js": [ "assets\/satus\/satus.js", "content-scripts\/core.js", "content-scripts\/custom-css.js", "content-scripts\/dynamic-theme.js", "content-scripts\/filters.js" ], "matches": [ "<all_urls>" ], "run_at": "document_start" } ], "host_permissions": [ "<all_urls>" ], "permissions": [ "scripting", "storage", "tabs" ], "optional_permissions": [ "downloads" ], "offline_enabled": true }