Skip Google Redirect Notice Firefox

Examine source code of Skip Google Redirect Notice

By: Shawn Add-on
Inspect and view changes in Skip Google Redirect Notice source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Bypass Google Redirect Notice",
  "version": "1.0.1",
  "description": "Bypasses Google's redirect notice page and directly navigates to the destination URL",
  "manifest_version": 3,
  "permissions": [
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "*://www.google.com/*",
    "*://google.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_icon": "icon-128.png",
    "default_title": "Bypass Google Redirect Notice"
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "bypass-google-redirect@example.com",
      "strict_min_version": "113.0"
    }
  }
}

Best Skip Google Redirect Notice Alternatives

Here are some Firefox add-ons that are similar to Skip Google Redirect Notice: