WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Redirect Link

Redirect Link

View on Chrome Web Store
View Redirect Link Chrome Extension on Chrome Web Store
Add to bookmarks
3.8 (11 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Redirect a link to somewhere else.
Type
Extension
Users
1,000 users
10
fluks
View author page of fluks
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 4, 2017
Version 6.4.0
Manifest version
3
Updated
Updated on June 16, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Redirect Link Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Redirect Link",
    "version": "6.4.0",
    "description": "__MSG_extensionDescription__",
    "author": "fluks",
    "default_locale": "en",
    "icons": {
        "16": "data\/logo_16x16.png",
        "48": "data\/logo_48x48.png",
        "96": "data\/logo_96x96.png",
        "128": "data\/logo_128x128.png"
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "action": {
        "browser_style": true,
        "default_icon": {
            "16": "data\/logo_16x16.png",
            "48": "data\/logo_48x48.png",
            "96": "data\/logo_96x96.png",
            "128": "data\/logo_128x128.png"
        },
        "default_title": "Redirect Link",
        "default_popup": "browser_action\/popup.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "declarativeNetRequestWithHostAccess",
        "notifications"
    ],
    "host_permissions": [
        "<all_urls>"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top