SpyOFF VPN Remote Control
Control the SpyOFF VPN client remotely from your browser.
Wat is SpyOFF VPN Remote Control?
SpyOFF VPN Remote Control is een Chrome-extensie ontwikkeld door Spyoff.com, en de belangrijkste functie is "Control the SpyOFF VPN client remotely from your browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie SpyOFF VPN Remote Control
Download SpyOFF VPN Remote Control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | |
ID | ieijkhmceipplbmblmemdidjmchhkgaj |
Officiële URL | https://chrome.google.com/webstore/detail/spyoff-vpn-remote-control/ieijkhmceipplbmblmemdidjmchhkgaj |
Beschrijving | Control the SpyOFF VPN client remotely from your browser. |
Bestandsgrootte | 2.13 MB |
Aantal Installaties | 397 |
Huidige Versie | 1.0.14 |
Laatst Bijgewerkt | 2018-12-13 |
Publicatiedatum | 2018-12-13 |
Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Spyoff.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.spyoff.com/ |
Help Pagina-URL | https://www.spyoff.com/faq |
URL van de Privacybeleid Pagina | https://www.spyoff.com/data-protection-regulations |
Ondersteunde Talen | 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" } } |