Pokemon NO

Pokemon NO

ポケモンGOに疲れた全ての人へ。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pokemon NO",
  "version": "0.2",
  "manifest_version": 2,
  "description": "ポケモンGOに疲れた全ての人へ。",
  "permissions": [
    "tabs",
    "https://twitter.com/*",
    "https://facebook.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.facebook.com/*",
        "https://twitter.com/*"
      ],
      "js": [
        "jquery.min.js",
        "background.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Pokemon NO"
  }
}