Redirect Sorry Pages Firefox

Examine source code of Redirect Sorry Pages

Inspect and view changes in Redirect Sorry Pages source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Redirect Sorry Pages",
  "description": "Once a Google sorry page redirects to the corresponding page, all other pages redirect automatically. You can manually redirect all pages by clicking the extension.",
  "version": "1.3.6",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/sorry/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "browser_action": {},
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1c01ba04-7cb7-447c-a5e7-cd84065155d1}"
    }
  }
}

Best Redirect Sorry Pages Alternatives

Here are some Firefox add-ons that are similar to Redirect Sorry Pages: