intoProxy

intoProxy Chrome Extension

Cos'è intoProxy?

intoProxy è un'estensione di Chrome sviluppata da http://www.intoproxy.com, e la sua funzione principale è "intoProxy Chrome Extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione intoProxy

Scarica i file di estensione intoProxy 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

                        intoProxy – Top Rated Proxy Service

Allows you to change your IP address and your location. The proxy servers can be used from all your computers and gadgets.

We offer shared proxy and private proxy accounts.
You need to create a proxy account on our website.

This extension will help you access all intoProxy servers available for your account. Just pick a location and a server from the drop-down list and you are good to go. 
Currently we offer proxy servers located in:
   - United States
   - United Kingdom
   - Netherlands
   - Canada
   - Germany
   - Australia
Check www.intoproxy.com/locations.html                    

Informazioni di Base sull'Estensione

Nome intoProxy intoProxy
ID jnoehmhmdffejnkhccdagnppbbcclhne
URL Ufficiale https://chrome.google.com/webstore/detail/intoproxy/jnoehmhmdffejnkhccdagnppbbcclhne
Descrizione intoProxy Chrome Extension
Dimensione del File 44.4 KB
Conteggio Installazioni 339
Versione Corrente 2.0
Ultimo Aggiornamento 2016-03-18
Data di Pubblicazione 2016-03-18
Valutazione 3.33/5 Totale 6 Valutazioni
Sviluppatore http://www.intoproxy.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.intoproxy.com/
URL della Pagina di Aiuto http://intoproxy.com/faq.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "intoProxy",
    "version": "2.0",
    "description": "intoProxy Chrome Extension",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "ip16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "ip16.png",
        "32": "ip32.png",
        "48": "ip48.png",
        "128": "ip128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "proxy",
        "storage"
    ],
    "manifest_version": 2
}