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, "name": "GSC Bulk URL Removal", "version": "1.1", "permissions": [ "activeTab", "scripting", "storage" ], "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "host_permissions": [ "https:\/\/search.google.com\/search-console\/*" ], "content_scripts": [ { "matches": [ "https:\/\/search.google.com\/search-console\/removals*" ], "js": [ "content_script.js" ] } ], "background": { "service_worker": "background.js" } }