Simple Proxy
A simple extension to change proxy settings in MV3
What is Simple Proxy?
Simple Proxy is a Chrome extension developed by SW Extension Experiment, and its main feature is "A simple extension to change proxy settings in MV3".
Extension Screenshots
Download Simple Proxy Extension CRX File
Download Simple Proxy 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
Simple proxy extension with easy interface.
Extension Basic Information
Name | Simple Proxy |
ID | ikniooeibndpefdadbipfjfmofeeeelk |
Official URL | https://chromewebstore.google.com/detail/simple-proxy/ikniooeibndpefdadbipfjfmofeeeelk |
Description | A simple extension to change proxy settings in MV3 |
File Size | 366 KB |
Installation Count | 659 |
Current Version | 1.2.1 |
Last Updated | 2023-06-15 |
Publish Date | 2023-06-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | SW Extension Experiment |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Simple Proxy", "description": "A simple extension to change proxy settings in MV3", "version": "1.2.1", "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/favicon-16x16.png", "48": "images\/favicon-48x48.png", "128": "images\/favicon-128x128.png" } }, "options_page": "option.html", "background": { "service_worker": "background.js" }, "permissions": [ "proxy" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": "images\/favicon-16x16.png", "48": "images\/favicon-48x48.png", "128": "images\/favicon-128x128.png" } } |