同人助手

同人助手

A tool for buy dojinshi

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "同人助手",
  "description": "A tool for buy dojinshi",
  "version": "1.5.1",
  "author": "Lizeqiangd",
  "permissions": [
    "activeTab",
    "tabs",
    "https://chrome_plugin.acgs.me/"
  ],
  "icons": {
    "80": "80icon.JPG",
    "128": "128icon.JPG"
  },
  "web_accessible_resources": [
    "jquery.min.js"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.toranoana.jp/*",
        "https://www.suruga-ya.jp/*",
        "https://ec.toranoana.jp/*",
        "https://ec.toranoana.shop/*"
      ],
      "js": [
        "jquery.min.js",
        "main.js"
      ]
    }
  ]
}