Proxyhorse
Proxyhorse plugin which automatically sets up proxy in your browser
Hvad er Proxyhorse?
Proxyhorse er en Chrome-udvidelse udviklet af ProxyHorse, og dens hovedfunktion er "Proxyhorse plugin which automatically sets up proxy in your browser".
Udvidelsesskærmbilleder
Download Proxyhorse-udvidelses-CRX-fil
Download Proxyhorse-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Proxyhorse |
ID | ocjbpgpemnljahbglalepikiolcidamm |
Officiel URL | https://chromewebstore.google.com/detail/proxyhorse/ocjbpgpemnljahbglalepikiolcidamm |
Beskrivelse | Proxyhorse plugin which automatically sets up proxy in your browser |
Filstørrelse | 722 KB |
Antal Installationer | 2,802 |
Nuværende Version | 0.2.4 |
Senest Opdateret | 2022-08-30 |
Udgivelsesdato | 2020-07-31 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | ProxyHorse |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://proxyhorse.com |
URL til Fortrolighedspolitik Side | https://proxyhorse.com/policy |
Understøttede Sprog | 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" } } } |