Proxyhorse
Proxyhorse plugin which automatically sets up proxy in your browser
Vad är Proxyhorse?
Proxyhorse är en Chrome-tillägg utvecklad av ProxyHorse, och dess huvudfunktion är "Proxyhorse plugin which automatically sets up proxy in your browser".
Tilläggsskärmbilder
Ladda ner Proxyhorse-förlängningens CRX-fil
Ladda ner Proxyhorse-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | ocjbpgpemnljahbglalepikiolcidamm |
| Officiell webbadress | https://chromewebstore.google.com/detail/proxyhorse/ocjbpgpemnljahbglalepikiolcidamm |
| Beskrivning | Proxyhorse plugin which automatically sets up proxy in your browser |
| Filstorlek | 722 KB |
| Antal Installationer | 2,802 |
| Aktuell Version | 0.2.4 |
| Senast Uppdaterad | 2022-08-30 |
| Publiceringsdatum | 2020-07-31 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | ProxyHorse |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://proxyhorse.com |
| URL till Sekretesspolicy Sidan | https://proxyhorse.com/policy |
| Stödda Språk | 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"
}
}
} | |