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 |
公式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 |
Eメール | [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" } } |