Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Download-TIME v2", "version": "2.5.15", "description": "__MSG_extDesc__", "manifest_version": 3, "default_locale": "en", "permissions": [ "webRequest", "storage", "downloads", "tabs", "cookies", "background", "declarativeNetRequest" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "icons": { "17": "icons\/17.png", "19": "icons\/19.png", "24": "icons\/24.png", "38": "icons\/38.png", "48": "icons\/48.png", "49": "icons\/49.png", "64": "icons\/64.png", "96": "icons\/96.png", "128": "icons\/128.png", "512": "icons\/512.png" }, "action": { "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png" }, "default_popup": "index.html", "default_title": "__MSG_extName__" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "cs.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "assets\/**\/*" ], "matches": [ "<all_urls>" ] } ] }