Webproxyfy

Open links or reloads pages through a web proxy, right clicking on them.

Cos'è Webproxyfy?

Webproxyfy è un'estensione di Chrome sviluppata da DocKuro, e la sua funzione principale è "Open links or reloads pages through a web proxy, right clicking on them.".

Scarica il file CRX dell'estensione Webproxyfy

Scarica i file di estensione Webproxyfy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Webproxyfy Webproxyfy
ID fjabbigobedbbkihninfgmfejknpjkgd
URL Ufficiale https://chromewebstore.google.com/detail/webproxyfy/fjabbigobedbbkihninfgmfejknpjkgd
Descrizione Open links or reloads pages through a web proxy, right clicking on them.
Dimensione del File 101 KB
Conteggio Installazioni 15
Versione Corrente 1.1.1
Ultimo Aggiornamento 2017-01-23
Data di Pubblicazione 2017-01-23
Sviluppatore DocKuro
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}