Proxyhorse
Proxyhorse plugin which automatically sets up proxy in your browser
Qu'est-ce que Proxyhorse ?
Proxyhorse est une extension Chrome développée par ProxyHorse, et sa fonction principale est "Proxyhorse plugin which automatically sets up proxy in your browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Proxyhorse
Téléchargez les fichiers d'extension Proxyhorse au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Proxyhorse |
ID | ocjbpgpemnljahbglalepikiolcidamm |
URL Officiel | https://chromewebstore.google.com/detail/proxyhorse/ocjbpgpemnljahbglalepikiolcidamm |
Description | Proxyhorse plugin which automatically sets up proxy in your browser |
Taille du Fichier | 722 KB |
Nombre d'Installations | 2,802 |
Version Actuelle | 0.2.4 |
Dernière Mise à Jour | 2022-08-30 |
Date de Publication | 2020-07-31 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | ProxyHorse |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://proxyhorse.com |
URL de la Page de Politique de Confidentialité | https://proxyhorse.com/policy |
Langues Prises en Charge | 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" } } } |