WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Browser Redirection Extension (Beta)

Browser Redirection Extension (Beta)

View on Chrome Web Store
View Browser Redirection Extension (Beta) Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 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.

This extension redirects Webpages.
Type
Extension
Users
1,000 users
500
Citrix Systems Inc
View author page of Citrix Systems Inc
Published
Published on August 24, 2020
Version 25.7.3
Manifest version
3
Updated
Updated on July 4, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Browser Redirection Extension (Beta) 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": "Browser Redirection Extension (Beta)",
    "description": "This extension redirects Webpages.",
    "version": "25.7.3",
    "icons": {
        "16": "citrix_icon16.png",
        "48": "citrix_icon48.png",
        "128": "citrix_icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlZttZ8iFj1T8na+ZChG5eccrnmJb3JAvq0pXwrrkQPKu7fCd90xFzwpiupDvrF1Fe8u0SNpdvFhFuzeVwfvDMtuhTAU66kv8mbFNb0Pck5OZ5\/TBWOL7WoSHP8pe6yhOSmR1361z2F+MVdzSYkwOkLpJTKW7xNAswN\/iE1ufoeWINZgSy9BG2VTniS3UgbpdIZRO3VIzzFSQzuySDcySzkfsZCI8pC3M56wUCzeeIBxtsktvwPq0L4P7UyuQFkptkUN03Bu+5cyal1YCOSFZydyZvm39h5M1MrANwHJcS09UmZbQUHl9X50E42hVNYoUNKLQavIB0CJ1ACMgfjf0gwIDAQAB",
    "action": {
        "default_icon": "citrix_icon_inactive.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content-PageToServiceWorkerMessageProxy.js",
                "content-InjectedScriptConfigurator.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*bcrFallback=bcrFallback*"
            ],
            "run_at": "document_start",
            "js": [
                "content-VideoSuppressor.js"
            ]
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start",
            "js": [
                "VDIWebviewCS.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background-ImportScripts.js"
    },
    "permissions": [
        "declarativeNetRequest",
        "activeTab",
        "webNavigation",
        "storage",
        "tabs",
        "nativeMessaging",
        "webRequest",
        "cookies",
        "system.display"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "bcr.html",
                "HdxVideoBootstrapper.js",
                "CitrixBcrApi.js",
                "CitrixVideoSuppressor.js",
                "HdxBcrGeometryNotifier.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "VDIWebView.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "<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