Random Proxy Switcher

Cycles between proxies randomly every 60 seconds.

Cos'è Random Proxy Switcher?

Random Proxy Switcher è un'estensione di Chrome sviluppata da webrobots, e la sua funzione principale è "Cycles between proxies randomly every 60 seconds.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Random Proxy Switcher

Scarica i file di estensione Random Proxy Switcher 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 allows user to enter up to 4 proxy servers and randomly hop through them every 60s while extension is open. This extension has a really simple interface for no-frills configuration.                    

Informazioni di Base sull'Estensione

Nome Random Proxy Switcher Random Proxy Switcher
ID kdmdbahkimnclcmnppaagnnnpdjfggbb
URL Ufficiale https://chromewebstore.google.com/detail/random-proxy-switcher/kdmdbahkimnclcmnppaagnnnpdjfggbb
Descrizione Cycles between proxies randomly every 60 seconds.
Dimensione del File 263 KB
Conteggio Installazioni 1,749
Versione Corrente 0.0.2
Ultimo Aggiornamento 2014-10-24
Data di Pubblicazione 2014-10-24
Valutazione 4.33/5 Totale 12 Valutazioni
Sviluppatore webrobots
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://werobots.io
URL della Pagina della Politica sulla Privacy https://webrobots.io/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Random Proxy Switcher",
    "description": "Cycles between proxies randomly every 60 seconds.",
    "version": "0.0.2",
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "proxy"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/stats.g.doubleclick.net; object-src 'self'"
}