Redirector

Open links in other browsers using Redirector for macOS

What is Redirector?

Redirector is a Chrome extension developed by https://redirector.bluefirex.de, and its main feature is "Open links in other browsers using Redirector for macOS".

Extension Screenshots

screenshot
screenshot

Download Redirector Extension CRX File

Download Redirector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Open any selected link or the current page in any other browser.

This requires Redirector for macOS, available on the Mac App Store, to be installed. Redirector for macOS is responsible for presenting the browsers and actually opening the link.

Click the Redirector button in the toolbar to open the current page in another browser or select "Open with Redirector" in the context menu of any link.                    

Extension Basic Information

Name Redirector Redirector
ID dngdcaeafejonkkodapphhhnjollbnnc
Official URL https://chromewebstore.google.com/detail/redirector/dngdcaeafejonkkodapphhhnjollbnnc
Description Open links in other browsers using Redirector for macOS
File Size 26.47 KB
Installation Count 94
Current Version 1.0
Last Updated 2023-04-05
Publish Date 2020-08-08
Rating 5.00/5 Total 1 Ratings
Developer https://redirector.bluefirex.de
Email [email protected]
Payment Type free
Extension Website https://redirector.bluefirex.de
Help Page URL https://bluefirex.de/#contact
Privacy Policy Page URL https://bluefirex.de/privacy
Supported Languages de,en,no
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redirector",
    "version": "1.0",
    "description": "__MSG_description__",
    "page_action": {
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "128": "icons\/icon_128.png"
        },
        "default_title": "__MSG_tooltip__"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "default_locale": "en",
    "omnibox": {
        "keyword": "red"
    },
    "permissions": [
        "contextMenus",
        "declarativeContent",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}