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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}