anywhere-1-click

connect to netfree anywhere 2 (VPN service) in one click from browser exetention
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
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"
      }
    }
  }
}