Webproxyfy
Open links or reloads pages through a web proxy, right clicking on them.
What is Webproxyfy?
Webproxyfy is a Chrome extension developed by DocKuro, and its main feature is "Open links or reloads pages through a web proxy, right clicking on them.".
Download Webproxyfy Extension CRX File
Download Webproxyfy 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 extension lets you open a link in a new tab or reload pages through a webproxy. All selected webproxies guarantee hi anonimization and support SSL. Navigate without restrictions just with a right click!
Extension Basic Information
Name | Webproxyfy |
ID | fjabbigobedbbkihninfgmfejknpjkgd |
Official URL | https://chromewebstore.google.com/detail/webproxyfy/fjabbigobedbbkihninfgmfejknpjkgd |
Description | Open links or reloads pages through a web proxy, right clicking on them. |
File Size | 101 KB |
Installation Count | 15 |
Current Version | 1.1.1 |
Last Updated | 2017-01-23 |
Publish Date | 2017-01-23 |
Developer | DocKuro |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Webproxyfy", "description": "Open links or reloads pages through a web proxy, right clicking on them.", "version": "1.1.1", "background": { "scripts": [ "proxies.js", "utils.js", "Proxy.js", "webproxyfy.js" ] }, "options_page": "options.html", "icons": { "16": "icon-tiny.png", "48": "icon-small.png", "128": "icon.png", "256": "icon-big.png" }, "permissions": [ "tabs", "contextMenus", "storage" ] } |