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": "Disable F7", "action": [], "manifest_version": 3, "version": "0.1", "description": "Disable F7", "permissions": [ "storage" ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ ".\/disable.js" ] } ], "icons": { "128": ".\/icons\/icon.png" }, "host_permissions": [ "<all_urls>" ] }