Showroom 投げカウントはワンクリックで回収も補助するちゃん1号

Showroom 投げカウントはワンクリックで回収も補助するちゃん1号

SHOWROOM用補助ツール。[回収モード]回収終わると自動で閉じる(操作しない場合)、回収したルームは回収済が表示され、混乱しない等補助あり。[投げカウント]ワンクリで星があれば星一気投げ、隙間にカウントを行う。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "res/iconW128.png",
    "default_title": "Showroom 投げカウントはワンクリックで回収も補助するちゃん1号"
  },
  "content_scripts": [
    {
      "exclude_matches": [
        "https://www.showroom-live.com/onlive",
        "https://www.showroom-live.com/follow",
        "https://www.showroom-live.com/*/*",
        "https://www.showroom-live.com/*/*/*",
        "https://www.showroom-live.com/*/*/*/*",
        "https://www.showroom-live.com/broadcast",
        "https://www.showroom-live.com/event",
        "https://www.showroom-live.com/ranking",
        "https://www.showroom-live.com/avatar_shop",
        "https://www.showroom-live.com/mypage",
        "https://www.showroom-live.com/"
      ],
      "matches": [
        "https://www.showroom-live.com/*"
      ],
      "css": [
        "nageCountKaisyuu.css"
      ],
      "js": [
        "jquery-3.5.1.min.js",
        "nageCountKaisyuu.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://www.showroom-live.com/onlive"
      ],
      "css": [
        "nageCountKaisyuu.css"
      ],
      "js": [
        "jquery-3.5.1.min.js",
        "nageCountKaisyuu2.js"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "SHOWROOM用補助ツール。[回収モード]回収終わると自動で閉じる(操作しない場合)、回収したルームは回収済が表示され、混乱しない等補助あり。[投げカウント]ワンクリで星があれば星一気投げ、隙間にカウントを行う。",
  "icons": {
    "16": "res/iconW16.png",
    "48": "res/iconW48.png",
    "128": "res/iconW128.png"
  },
  "manifest_version": 2,
  "name": "Showroom 投げカウントはワンクリックで回収も補助するちゃん1号",
  "permissions": [],
  "version": "0.0.20",
  "web_accessible_resources": [
    "res/*"
  ]
}