Nyan Hand Left

Nyan Hand Left

Shopping support button

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "1.2.0",
  "description": "__MSG_extDescription__",
  "options_page": "options.html",
  "background": {
    "scripts": [
      "nazori.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.amazon.co.jp/*",
        "*://www.amazon.co.uk/*",
        "*://www.amazon.com.au/*",
        "*://www.amazon.ca/*",
        "*://www.amazon.cn/*",
        "*://www.amazon.fr/*",
        "*://www.amazon.de/*",
        "*://www.amazon.in/*",
        "*://www.amazon.it/*",
        "*://www.amazon.mx/*",
        "*://www.amazon.nl/*",
        "*://www.amazon.es/*",
        "*://www.amazon.tr/*",
        "*://www.amazon.com/*",
        "*://item.rakuten.co.jp/*",
        "*://biccamera.rakuten.co.jp/*",
        "*://books.rakuten.co.jp/*",
        "*://store.shopping.yahoo.co.jp/*",
        "*://tower.jp/*",
        "*://lohaco.jp/*",
        "*://shop.hikaritv.net/shopping/commodity/plala/*",
        "*://paypaymall.yahoo.co.jp/*"
      ],
      "js": [
        "core.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "images/icon16.png",
    "images/icon32.png",
    "images/icon64.png",
    "images/icon128.png",
    "images/Nyanhand_Left_RAKUTEN.png",
    "images/Nyanhand_Left_AMAZON.png",
    "images/Nyanhand_Left_LOHACO.png",
    "images/Nyanhand_Left_YAHOO.png",
    "images/Nyanhand_Left_PAYPAY.png",
    "images/Nyanhand_Left_YAHUOKU.png",
    "images/Nyanhand_Left_HIKARITV.png",
    "images/Nyanhand_Left_NYANHAND.png"
  ],
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  },
  "default_locale": "ja",
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "short_name": "nyanhand-left"
}