mu-mo SKE48 Table Arranger

mu-mo SKE48 Table Arranger

mu-moのSKE48劇場盤申込フォームをメンバー・部ごとに並び替える拡張機能です。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "mu-mo SKE48 Table Arranger",
  "description": "mu-moのSKE48劇場盤申込フォームをメンバー・部ごとに並び替える拡張機能です。",
  "version": "2.1.0",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "action": {
    "default_icon": {
      "19": "icon_19.png",
      "38": "icon_38.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://shop.mu-mo.net/avx/sv/list1?jsiteid=SK*&categ_id=*",
        "https://shop.mu-mo.net/avx/sv/lottery0?jsiteid=SKA"
      ],
      "js": [
        "jquery.min.js",
        "mu-mo.ske48.table.arranger.user.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "homepage_url": "https://github.com/fronoske/"
}