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": "PreMiD", "description": "__MSG_description__", "version": "2.6.13", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "author": "Timeraa", "action": { "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "default_popup": "popup.html", "default_title": "Popup" }, "default_locale": "en", "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "tabs", "storage", "unlimitedStorage", "alarms", "scripting" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "variableGetterDependencies.js", "presences\/*" ] } ], "background": { "type": "module", "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "run_at": "document_start", "js": [ "content-scripts\/content.js" ], "world": "ISOLATED" }, { "matches": [ "<all_urls>" ], "all_frames": true, "run_at": "document_start", "js": [ "content-scripts\/iframe.js" ] }, { "matches": [ "https:\/\/beta.premid.app\/*", "https:\/\/premid.app\/*" ], "run_at": "document_start", "js": [ "content-scripts\/premid.js" ] } ] }