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": "Google Search Console - Bulk URL Removal - Un - Indexing Request",
"version": "2.0",
"description": "This extension can bulk remove a list of multiple URLs from google via Google's search console with one click",
"permissions": [
"scripting",
"activeTab",
"storage"
],
"action": {
"default_popup": "index.html"
},
"host_permissions": [
"https:\/\/search.google.com\/*"
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}