rakumart代行サポート_new

rakumart代行サポート_new

Rakumart代行サポートするプログラムになります

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "rakumart代行サポート_new",
  "version": "3.1.6",
  "description": "Rakumart代行サポートするプログラムになります",
  "icons": {
    "16": "img/16-16.png",
    "48": "img/48-48.png",
    "128": "img/128-128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "host_permissions": [
    "https://www.rakumart.co.jp/",
    "http://www.rakumart.co.jp/"
  ],
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "jquery-3.5.1.min.js",
        "layer.js",
        "function.js",
        "page_js/detail_1688_v3.js",
        "loading.js",
        "translate.js"
      ],
      "css": [
        "layer.css"
      ],
      "run_at": "document_end"
    }
  ]
}