ProxySoxy

Best extension for manage your own proxy and white-listed (for unblocking) websites

Cos'è ProxySoxy?

ProxySoxy è un'estensione di Chrome sviluppata da ilyamedzhidov, e la sua funzione principale è "Best extension for manage your own proxy and white-listed (for unblocking) websites".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ProxySoxy

Scarica i file di estensione ProxySoxy 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 will give you an awesome instrument for manage your own proxy with your favorite websites.                    

Informazioni di Base sull'Estensione

Nome ProxySoxy ProxySoxy
ID pikfipnojfimojohebhmogeojiakpmfp
URL Ufficiale https://chromewebstore.google.com/detail/proxysoxy/pikfipnojfimojohebhmogeojiakpmfp
Descrizione Best extension for manage your own proxy and white-listed (for unblocking) websites
Dimensione del File 1.47 MB
Conteggio Installazioni 40
Versione Corrente 1.0.3
Ultimo Aggiornamento 2020-06-09
Data di Pubblicazione 2020-06-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ilyamedzhidov
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ProxySoxy",
    "version": "1.0.3",
    "description": "Best extension for manage your own proxy and white-listed (for unblocking) websites",
    "author": "medzhidov",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "background",
        "storage",
        "proxy"
    ],
    "browser_action": {
        "default_title": "ProxySoxy - best custom proxy app",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": false,
        "page": "pages\/background.html"
    },
    "options_page": "pages\/options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}