Google Console Bulk URL Remover

Google Console Bulk URL Remover

A free tool to automate removal of URLs in bulk.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Google Console Bulk URL Remover",
  "version": "1.5",
  "description": "A free tool to automate removal of URLs in bulk.",
  "author": "[email protected]",
  "icons": {
    "128": "img/icon.png"
  },
  "permissions": [
    "scripting",
    "activeTab",
    "storage"
  ],
  "action": {
    "default_popup": "index.html"
  },
  "host_permissions": [
    "https://search.google.com/*"
  ]
}