anywhere-1-click
connect to netfree anywhere 2 (VPN service) in one click from browser exetention
Co to jest anywhere-1-click?
anywhere-1-click to rozszerzenie Chrome opracowane przez chv, a jego główną funkcją jest „connect to netfree anywhere 2 (VPN service) in one click from browser exetention”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia anywhere-1-click
Pobierz pliki rozszerzeń anywhere-1-click 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
Connect quickly and easily to Netfree Anywhere 2 by clicking on the extension icon. Save time and space on your browser. Instead of logging into the Netfree Anywhere management page every time, click Save and Reconnect and wait for a connection error - one click on the plugin does everything for you.
Podstawowe informacje o rozszerzeniu
Nazwa | anywhere-1-click |
ID | ibaigephdcembmaacdaobpilolmckbab |
Oficjalny URL | https://chromewebstore.google.com/detail/anywhere-1-click/ibaigephdcembmaacdaobpilolmckbab |
Opis | connect to netfree anywhere 2 (VPN service) in one click from browser exetention |
Rozmiar pliku | 90 KB |
Liczba instalacji | 38 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2020-05-15 |
Data Publikacji | 2020-05-14 |
Deweloper | chv |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://github.com/chaim-chv/videownloader-extension/blob/master/privacy%20policy.md |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "anywhere-1-click", "version": "1.0.4", "author": "chv - netfree user & netfree fan", "description": "connect to netfree anywhere 2 (VPN service) in one click from browser exetention", "icons": { "19": "icons\/favicon.png", "48": "icons\/favicon.png" }, "browser_action": { "default_popup": "popup\/anywhere.html", "default_icon": "icons\/favicon.png", "default_title": "click to connect netfree" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Q" } } } } |