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.”。
擴展截圖
下載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/
擴展基本資訊
名稱 | |
ID | ieijkhmceipplbmblmemdidjmchhkgaj |
官方網址 | 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" } } |