RedirectWeb (Mac exclusive) Firefox

Examine source code of RedirectWeb (Mac exclusive)

Inspect and view changes in RedirectWeb (Mac exclusive) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionMarketingNameDesktop__",
  "description": "__MSG_extensionDescriptionDesktop__",
  "version": "10.2.0.383",
  "icons": {
    "32": "images/icon-normal-32.png",
    "64": "images/icon-normal-64.png",
    "128": "images/icon-normal-128.png"
  },
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "redirectweb@mshibanami.github.io",
      "strict_min_version": "113.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_title": "RedirectWeb - Popup",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "webNavigation",
    "tabs",
    "nativeMessaging",
    "declarativeNetRequestWithHostAccess",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "app-opener.html",
    "url-opener.html",
    "hashed-url-opener.html"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*",
        "file://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best RedirectWeb (Mac exclusive) Alternatives

Here are some Firefox add-ons that are similar to RedirectWeb (Mac exclusive):