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", "manifest_version": 3, "version": "2.0.0", "default_locale": "en", "name": "__MSG_name__", "description": "__MSG_description__", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/uploadf.com\/*" ], "icons": { "256": "256.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/uploadf.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html", "default_icon": "256.png" }, "options_page": "options.html" }