Switchy Proxy

Switchy Proxy

ID: kobjmggdncflgoclmpielmahbggkcaha

Supported Languages

🇺🇸English

Extension Info & Metadata

Status
Active
Version
1.0.3
Size
0.43 MB
Rating
0.0/5
Reviews
0
Users
48
Type
Extension
Updated
Jul 31, 2025
Category
Developer tools
Price
Free
Featured
No
Visibility
Listed
Mature
No
By Google
No
Trusted
No

Publisher Contextual Analysis

Author
zudoorView Profile
MX records exist
Yes
Domain exists
Yes
Is disposable
No
Is role-based
No
Mailbox exists
Yes
Total Extensions
1
Active
1
Obsolete
0
Listed
1
Unlisted
0
Total Users
48

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

Screenshot 1

a tool for managing url proxy in browsers easily

Switchy Proxy is a Chrome extension for developers to manage and debug URL proxy rules efficiently. Key features include: • URL Redirection: Regex-based rules for environment switching and resource replacement. • CORS Management: Enable CORS for specific domains to resolve cross-origin issues. • Error Monitoring: Logs failed requests with detailed reasons (e.g., CSP violations, network errors). • Rule Import/Export: JSON-based rule sharing and backup. • Dynamic Rules: Powered by Chrome's Declarative Net Request API for efficient rule handling. Ideal for debugging and managing network requests with ease. Rules JSON file example: { "proxy": [ [ "https://api.example.com/v1/(.*)", "http://localhost:3000/api/v1/$1" ], [ "https://cdn.example.com/static/(.*)", "http://localhost:8080/static/$1" ], [ "https://(dev|staging).example.com/assets/(.*)", "http://localhost:5000/assets/$2" ], [ "https://analytics.example.com/collect", "http://localhost:9090/mock-analytics" ], [ "(.*).min.js$", "$1.js" ], [ "(.*).min.css$", "$1.css" ], [ "https://auth.example.com/oauth/(.*)", "http://localhost:4000/mock-auth/$1" ], [ "wss://socket.example.com/live/(.*)", "ws://localhost:8765/socket/$1" ], [ "https://media.example.com/images/(.*)", "http://localhost:3000/mock-images/$1" ], [ "https://api.thirdparty.com/data/(.*)", "data:application/json,{\"mocked\":true,\"id\":\"$1\"}" ], [ "https://example.com/health-check", "data:application/json,{\"status\":\"UP\",\"version\":\"1.0.0\"}" ], [ "https://fonts.googleapis.com/(.*)", "http://localhost:9001/fonts/$1" ], [ "https://maps.example.com/tiles/(.*)", "http://localhost:8888/map-tiles/$1" ], [ "(.*)/config.json", "http://localhost:3000/dev-config.json" ], [ "https://api.example.com/graphql", "http://localhost:4000/graphql" ] ], "cors": [ "localhost:3000", "localhost:8080", "127.0.0.1:8000", "(.*).local.dev", "api.mock-server.local" ], "comments": { "proxy": { "0": "Redirect API calls to local dev server", "1": "Redirect CDN content to local static files", "2": "Redirect dev/staging assets to local version", "3": "Mock analytics calls", "4": "Use non-minified JS for debugging", "5": "Use non-minified CSS for debugging", "6": "Mock authentication service", "7": "Redirect WebSocket connections to local server", "8": "Use local images instead of remote media", "9": "Mock third-party API with inline JSON", "10": "Mock health check endpoint", "11": "Serve Google Fonts locally", "12": "Use local map tiles", "13": "Override configuration files", "14": "Redirect GraphQL API to local development server" }, "cors": "Enable CORS for all local development servers" }, "corsEnabled": true }

Extracted Data

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

URLs
10
IPv4
1
IPv6
0

URLs

View the external URLs this extension communicates with to understand its network activity and data interactions.

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

pbs.twimg.com/profile_images/1936002956333080576/kqqe2iWO_400x400.jpghttps://pbs.twimg.com/profile_images/1936002956333080576/kqqe2iWO_400x400.jpg
localhost/icons/switchy.pnghttp://localhost:3000/icons/switchy.png
example.com/testhttps://example.com/test
127.0.0.1/daily-test/$1.jshttp://127.0.0.1:3000/daily-test/$1.js
alinw.alicdn.com/platform/daily-test/isDaily.jshttps://alinw.alicdn.com/platform/daily-test/isDaily.js
www.w3.org/1999/02/22-rdf-syntax-nshttp://www.w3.org/1999/02/22-rdf-syntax-ns#
ns.adobe.com/exif/1.0/http://ns.adobe.com/exif/1.0/
ns.adobe.com/tiff/1.0/http://ns.adobe.com/tiff/1.0/
www.w3.org/2000/svghttp://www.w3.org/2000/svg
clients2.google.com/service/update2/crxhttps://clients2.google.com/service/update2/crx

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

127.0.0.1
IPv4
-

Version History

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

Code Diff

Compare extension code between any two versions.

0 changed files detected

No comparable text files found between these versions.

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

Browse and explore files within this extension package

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.