SpyOFF VPN Remote Control
Control the SpyOFF VPN client remotely from your browser.
Cos'è SpyOFF VPN Remote Control?
SpyOFF VPN Remote Control è un'estensione di Chrome sviluppata da Spyoff.com, e la sua funzione principale è "Control the SpyOFF VPN client remotely from your browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SpyOFF VPN Remote Control
Scarica i file di estensione SpyOFF VPN Remote Control in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
SpyOFF app for Windows or Mac required: https://www.spyoff.com/downloads Your benefits: + Never lose sight of your VPN status via browser icon + Start VPN connection with a single click + Instantly switch geo location and change your IP address SpyOFF subscription required! Get your VPN now: https://www.spyoff.com/
Informazioni di Base sull'Estensione
Nome | |
ID | ieijkhmceipplbmblmemdidjmchhkgaj |
URL Ufficiale | https://chrome.google.com/webstore/detail/spyoff-vpn-remote-control/ieijkhmceipplbmblmemdidjmchhkgaj |
Descrizione | Control the SpyOFF VPN client remotely from your browser. |
Dimensione del File | 2.13 MB |
Conteggio Installazioni | 397 |
Versione Corrente | 1.0.14 |
Ultimo Aggiornamento | 2018-12-13 |
Data di Pubblicazione | 2018-12-13 |
Valutazione | 1.00/5 Totale 2 Valutazioni |
Sviluppatore | Spyoff.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.spyoff.com/ |
URL della Pagina di Aiuto | https://www.spyoff.com/faq |
URL della Pagina della Politica sulla Privacy | https://www.spyoff.com/data-protection-regulations |
Lingue Supportate | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": true }, "manifest_version": 2, "name": "__MSG_extensionTitle__", "version": "1.0.14", "description": "__MSG_extensionDescription__", "permissions": [ "nativeMessaging" ], "browser_action": { "default_popup": "index.html", "default_icon": { "16": "assets\/images\/icon_browser_anthrazit_16.png", "32": "assets\/images\/icon_browser_anthrazit_32.png", "64": "assets\/images\/icon_browser_anthrazit_64.png", "128": "assets\/images\/icon_browser_anthrazit_128.png" } }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "MacCtrl+Shift+E" }, "description": "Open SpyOFF Extension" } }, "default_locale": "en", "icons": { "16": "assets\/images\/icon_browser_anthrazit_16.png", "32": "assets\/images\/icon_browser_anthrazit_32.png", "64": "assets\/images\/icon_browser_anthrazit_64.png", "128": "assets\/images\/icon_browser_anthrazit_128.png" } } |