GSC - Bulk URL Removal

GSC - Bulk URL Removal

Remove url in bulk in Google Search Console. A huge time saver.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "120.0"
    }
  },
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "3.1",
  "action": {
    "default_title": "Show the popup",
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "icons": {
    "16": "images/trash_icon16.png",
    "32": "images/trash_icon32.png",
    "48": "images/trash_icon48.png",
    "128": "images/trash_icon128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "inject_script.js"
      ],
      "matches": [
        "https://search.google.com/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://search.google.com/*search-console*"
      ],
      "js": [
        "inject.js",
        "compiled/content-script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "compiled/background.js"
    ]
  },
  "permissions": [
    "storage",
    "downloads",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "https://api.gumroad.com/v2/licenses/verify"
  ],
  "manifest_version": 3
}