anywhere-1-click
connect to netfree anywhere 2 (VPN service) in one click from browser exetention
What is anywhere-1-click?
anywhere-1-click is a Chrome extension developed by chv, and its main feature is "connect to netfree anywhere 2 (VPN service) in one click from browser exetention".
Extension Screenshots
Download anywhere-1-click Extension CRX File
Download anywhere-1-click extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Connect quickly and easily to Netfree Anywhere 2 by clicking on the extension icon. Save time and space on your browser. Instead of logging into the Netfree Anywhere management page every time, click Save and Reconnect and wait for a connection error - one click on the plugin does everything for you.
Extension Basic Information
Name | anywhere-1-click |
ID | ibaigephdcembmaacdaobpilolmckbab |
Official URL | https://chromewebstore.google.com/detail/anywhere-1-click/ibaigephdcembmaacdaobpilolmckbab |
Description | connect to netfree anywhere 2 (VPN service) in one click from browser exetention |
File Size | 90 KB |
Installation Count | 38 |
Current Version | 1.0.4 |
Last Updated | 2020-05-15 |
Publish Date | 2020-05-14 |
Developer | chv |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://github.com/chaim-chv/videownloader-extension/blob/master/privacy%20policy.md |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "anywhere-1-click", "version": "1.0.4", "author": "chv - netfree user & netfree fan", "description": "connect to netfree anywhere 2 (VPN service) in one click from browser exetention", "icons": { "19": "icons\/favicon.png", "48": "icons\/favicon.png" }, "browser_action": { "default_popup": "popup\/anywhere.html", "default_icon": "icons\/favicon.png", "default_title": "click to connect netfree" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Q" } } } } |