hack taiwan keyboard shortcuts

hack taiwan keyboard shortcuts

hack taiwan keyboard shortcuts

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "content_scripts": [
    {
      "css": [
        "main.css"
      ],
      "js": [
        "content_scripts.js"
      ],
      "matches": [
        "http://hacktaiwan.com/*"
      ]
    }
  ],
  "description": "hack taiwan keyboard shortcuts",
  "name": "hack taiwan keyboard shortcuts",
  "version": "1.0.3",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "permissions": [
    "tabs",
    "http://*/*"
  ]
}