SpyOFF VPN Remote Control
Control the SpyOFF VPN client remotely from your browser.
Was ist SpyOFF VPN Remote Control?
SpyOFF VPN Remote Control ist eine Chrome-Erweiterung, die von Spyoff.com entwickelt wurde, und ihr Hauptmerkmal ist "Control the SpyOFF VPN client remotely from your browser.".
Erweiterungsscreenshots
SpyOFF VPN Remote Control-Erweiterungs-CRX-Datei herunterladen
Laden Sie SpyOFF VPN Remote Control-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | |
ID | ieijkhmceipplbmblmemdidjmchhkgaj |
Offizielle URL | https://chrome.google.com/webstore/detail/spyoff-vpn-remote-control/ieijkhmceipplbmblmemdidjmchhkgaj |
Beschreibung | Control the SpyOFF VPN client remotely from your browser. |
Dateigröße | 2.13 MB |
Installationsanzahl | 397 |
Aktuelle Version | 1.0.14 |
Letztes Update | 2018-12-13 |
Veröffentlichungsdatum | 2018-12-13 |
Bewertung | 1.00/5 Insgesamt 2 Bewertungen |
Entwickler | Spyoff.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.spyoff.com/ |
Hilfeseite URL | https://www.spyoff.com/faq |
URL der Datenschutzrichtlinien-Seite | https://www.spyoff.com/data-protection-regulations |
Unterstützte Sprachen | 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" } } |