intoProxy

intoProxy Chrome Extension

Vad är intoProxy?

intoProxy är en Chrome-tillägg utvecklad av http://www.intoproxy.com, och dess huvudfunktion är "intoProxy Chrome Extension".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner intoProxy-förlängningens CRX-fil

Ladda ner intoProxy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn intoProxy intoProxy
ID jnoehmhmdffejnkhccdagnppbbcclhne
Officiell webbadress https://chrome.google.com/webstore/detail/intoproxy/jnoehmhmdffejnkhccdagnppbbcclhne
Beskrivning intoProxy Chrome Extension
Filstorlek 44.4 KB
Antal Installationer 339
Aktuell Version 2.0
Senast Uppdaterad 2016-03-18
Publiceringsdatum 2016-03-18
Betyg 3.33/5 Totalt 6 Betyg
Utvecklare http://www.intoproxy.com
Betalningssätt free
Tilläggswebbplats http://www.intoproxy.com/
Hjälpsida URL http://intoproxy.com/faq.html
Stödda Språk 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
}