SpyOFF VPN Remote Control

Control the SpyOFF VPN client remotely from your browser.

什么是SpyOFF VPN Remote Control?

SpyOFF VPN Remote Control是由Spyoff.com开发的Chrome扩展程序,该扩展的主要功能是“Control the SpyOFF VPN client remotely from your browser.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载SpyOFF VPN Remote Control扩展crx文件

下载SpyOFF VPN Remote Control扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/                    

扩展基本信息

名称 SpyOFF VPN Remote Control SpyOFF VPN Remote Control
ID ieijkhmceipplbmblmemdidjmchhkgaj
官方URL https://chrome.google.com/webstore/detail/spyoff-vpn-remote-control/ieijkhmceipplbmblmemdidjmchhkgaj
简介 Control the SpyOFF VPN client remotely from your browser.
文件大小 2.13 MB
安装次数 397
当前版本 1.0.14
更新时间 2018-12-13
上架时间 2018-12-13
评分 1.00/5 共2次评分
开发者 Spyoff.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.spyoff.com/
帮助页面URL https://www.spyoff.com/faq
隐私政策页面URL https://www.spyoff.com/data-protection-regulations
支持的语言 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"
    }
}