SpyOFF VPN Remote Control
Control the SpyOFF VPN client remotely from your browser.
SpyOFF VPN Remote Control là gì?
SpyOFF VPN Remote Control là một tiện ích mở rộng Chrome được phát triển bởi Spyoff.com, và tính năng chính của nó là "Control the SpyOFF VPN client remotely from your browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SpyOFF VPN Remote Control
Tải xuống các tệp mở rộng SpyOFF VPN Remote Control dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ieijkhmceipplbmblmemdidjmchhkgaj |
URL Chính Thức | https://chrome.google.com/webstore/detail/spyoff-vpn-remote-control/ieijkhmceipplbmblmemdidjmchhkgaj |
Mô tả | Control the SpyOFF VPN client remotely from your browser. |
Kích Thước Tệp | 2.13 MB |
Số Lần Cài Đặt | 397 |
Phiên Bản Hiện Tại | 1.0.14 |
Cập Nhật Lần Cuối | 2018-12-13 |
Ngày Phát Hành | 2018-12-13 |
Đánh Giá | 1.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Spyoff.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.spyoff.com/ |
URL Trang Trợ Giúp | https://www.spyoff.com/faq |
URL Trang Chính Sách Bảo Mật | https://www.spyoff.com/data-protection-regulations |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |