Proxyhorse
Proxyhorse plugin which automatically sets up proxy in your browser
Wat is Proxyhorse?
Proxyhorse is een Chrome-extensie ontwikkeld door ProxyHorse, en de belangrijkste functie is "Proxyhorse plugin which automatically sets up proxy in your browser".
Extensie Screenshots
Download het CRX-bestand van de extensie Proxyhorse
Download Proxyhorse-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Proxyhorse |
ID | ocjbpgpemnljahbglalepikiolcidamm |
Officiële URL | https://chromewebstore.google.com/detail/proxyhorse/ocjbpgpemnljahbglalepikiolcidamm |
Beschrijving | Proxyhorse plugin which automatically sets up proxy in your browser |
Bestandsgrootte | 722 KB |
Aantal Installaties | 2,802 |
Huidige Versie | 0.2.4 |
Laatst Bijgewerkt | 2022-08-30 |
Publicatiedatum | 2020-07-31 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ProxyHorse |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://proxyhorse.com |
URL van de Privacybeleid Pagina | https://proxyhorse.com/policy |
Ondersteunde Talen | 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" } } } |