אניוואר בקליק

אניוואר בקליק

התחבר לנטפרי אניוואר 2 בקליק אחד

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "אניוואר בקליק",
  "version": "1.0.3",
  "author": "chv - netfree user & netfree fan",
  "description": "התחבר לנטפרי אניוואר 2 בקליק אחד",
  "icons": {
    "19": "icons/favicon.png",
    "48": "icons/favicon.png"
  },
  "browser_action": {
    "default_popup": "popup/anywhere.html",
    "default_icon": "icons/favicon.png",
    "default_title": "לחץ כדי להתחבר לנטפרי"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Q"
      }
    }
  }
}