Tiny Proxy Configurator
A tiny and simple proxy configurator.
What is Tiny Proxy Configurator?
Tiny Proxy Configurator is a Chrome extension developed by Unknown, and its main feature is "A tiny and simple proxy configurator.".
Extension Screenshots
Download Tiny Proxy Configurator Extension CRX File
Download Tiny Proxy Configurator 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
This provides a very simple and minimal proxy configuration method. In addition to specifying the proxy host, you can specify the URL of the PAC script or the PAC script itself.
Extension Basic Information
Name | Tiny Proxy Configurator |
ID | ilgignoiaacgbcagkcmfmbgnjbemedam |
Official URL | https://chromewebstore.google.com/detail/tiny-proxy-configurator/ilgignoiaacgbcagkcmfmbgnjbemedam |
Description | A tiny and simple proxy configurator. |
File Size | 31.71 KB |
Installation Count | 73 |
Current Version | 1.0.1 |
Last Updated | 2022-02-22 |
Publish Date | 2019-09-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tiny Proxy Configurator", "description": "A tiny and simple proxy configurator.", "version": "1.0.1", "manifest_version": 3, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "proxy", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_popup": "popup.html" }, "options_page": "options.html" } |