Proxyhorse
Proxyhorse plugin which automatically sets up proxy in your browser
Cos'è Proxyhorse?
Proxyhorse è un'estensione di Chrome sviluppata da ProxyHorse, e la sua funzione principale è "Proxyhorse plugin which automatically sets up proxy in your browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Proxyhorse
Scarica i file di estensione Proxyhorse 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
Get access to more than 10 million residential proxies all over the world. Select a location, press connect button, and you're good to go!
You can buy subscription on our site https://proxyhorse.com Informazioni di Base sull'Estensione
| Nome | |
| ID | ocjbpgpemnljahbglalepikiolcidamm |
| URL Ufficiale | https://chromewebstore.google.com/detail/proxyhorse/ocjbpgpemnljahbglalepikiolcidamm |
| Descrizione | Proxyhorse plugin which automatically sets up proxy in your browser |
| Dimensione del File | 722 KB |
| Conteggio Installazioni | 2,802 |
| Versione Corrente | 0.2.4 |
| Ultimo Aggiornamento | 2022-08-30 |
| Data di Pubblicazione | 2020-07-31 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | ProxyHorse |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://proxyhorse.com |
| URL della Pagina della Politica sulla Privacy | https://proxyhorse.com/policy |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Proxyhorse",
"version": "0.2.4",
"description": "Proxyhorse plugin which automatically sets up proxy in your browser",
"manifest_version": 2,
"incognito": "spanning",
"browser_action": {
"default_icon": "favicon_32.png",
"default_popup": "index.html"
},
"permissions": [
"proxy"
],
"icons": {
"16": "favicon_16.png",
"32": "favicon_32.png",
"48": "favicon_48.png",
"64": "favicon_64.png",
"128": "favicon_128.png"
},
"background": {
"scripts": [
".\/background.js"
],
"persistent": true
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"browser_specific_settings": {
"gecko": {
"strict_min_version": "91.1.0"
}
}
} | |