SpyOFF VPN Remote Control
Control the SpyOFF VPN client remotely from your browser.
Qu'est-ce que SpyOFF VPN Remote Control ?
SpyOFF VPN Remote Control est une extension Chrome développée par Spyoff.com, et sa fonction principale est "Control the SpyOFF VPN client remotely from your browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SpyOFF VPN Remote Control
Téléchargez les fichiers d'extension SpyOFF VPN Remote Control au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | |
ID | ieijkhmceipplbmblmemdidjmchhkgaj |
URL Officiel | https://chrome.google.com/webstore/detail/spyoff-vpn-remote-control/ieijkhmceipplbmblmemdidjmchhkgaj |
Description | Control the SpyOFF VPN client remotely from your browser. |
Taille du Fichier | 2.13 MB |
Nombre d'Installations | 397 |
Version Actuelle | 1.0.14 |
Dernière Mise à Jour | 2018-12-13 |
Date de Publication | 2018-12-13 |
Évaluation | 1.00/5 Total 2 Évaluations |
Développeur | Spyoff.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.spyoff.com/ |
URL de la Page d'Aide | https://www.spyoff.com/faq |
URL de la Page de Politique de Confidentialité | https://www.spyoff.com/data-protection-regulations |
Langues Prises en Charge | 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" } } |