WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Domain Switcher

Domain Switcher

View on Chrome Web Store
View Domain Switcher Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
1 new 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.

Easily switch between domains while keeping the same path and query parameters
Type
Extension
Users
73 users
2
Dev Nexus
View author page of Dev Nexus
Published
Published on April 3, 2025
Version 1.0.0
Manifest version
3
Updated
Updated on April 3, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Domain Switcher 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": "Domain Switcher",
    "version": "1.0.0",
    "description": "Easily switch between domains while keeping the same path and query parameters",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+D",
                "mac": "Command+Shift+D"
            },
            "description": "Open Domain Switcher"
        },
        "switch-domain-1": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            },
            "description": "Switch to first saved domain"
        },
        "switch-domain-2": {
            "suggested_key": {
                "default": "Ctrl+Shift+2",
                "mac": "Command+Shift+2"
            },
            "description": "Switch to second saved domain"
        },
        "switch-domain-3": {
            "suggested_key": {
                "default": "Ctrl+Shift+3",
                "mac": "Command+Shift+3"
            },
            "description": "Switch to third saved domain"
        }
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "author": "Kaushal Kumar Shakya",
    "homepage_url": "https:\/\/github.com\/Kaushal297\/domain-switcher",
    "options_ui": {
        "page": "privacy-policy.html",
        "open_in_tab": true
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'; object-src 'none'; style-src 'self'; img-src 'self'; font-src 'self'; connect-src 'none'"
    }
}
© 2026 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