Proxyhorse
Proxyhorse plugin which automatically sets up proxy in your browser
Co to jest Proxyhorse?
Proxyhorse to rozszerzenie Chrome opracowane przez ProxyHorse, a jego główną funkcją jest „Proxyhorse plugin which automatically sets up proxy in your browser”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Proxyhorse
Pobierz pliki rozszerzeń Proxyhorse w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ocjbpgpemnljahbglalepikiolcidamm |
| Oficjalny URL | https://chromewebstore.google.com/detail/proxyhorse/ocjbpgpemnljahbglalepikiolcidamm |
| Opis | Proxyhorse plugin which automatically sets up proxy in your browser |
| Rozmiar pliku | 722 KB |
| Liczba instalacji | 2,802 |
| Aktualna Wersja | 0.2.4 |
| Ostatnia Aktualizacja | 2022-08-30 |
| Data Publikacji | 2020-07-31 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | ProxyHorse |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://proxyhorse.com |
| Adres URL Strony Polityki Prywatności | https://proxyhorse.com/policy |
| Obsługiwane Języki | 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"
}
}
} | |