Webproxyfy
Open links or reloads pages through a web proxy, right clicking on them.
Wat is Webproxyfy?
Webproxyfy is een Chrome-extensie ontwikkeld door DocKuro, en de belangrijkste functie is "Open links or reloads pages through a web proxy, right clicking on them.".
Download het CRX-bestand van de extensie Webproxyfy
Download Webproxyfy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Webproxyfy |
ID | fjabbigobedbbkihninfgmfejknpjkgd |
Officiële URL | https://chromewebstore.google.com/detail/webproxyfy/fjabbigobedbbkihninfgmfejknpjkgd |
Beschrijving | Open links or reloads pages through a web proxy, right clicking on them. |
Bestandsgrootte | 101 KB |
Aantal Installaties | 15 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2017-01-23 |
Publicatiedatum | 2017-01-23 |
Ontwikkelaar | DocKuro |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |