SHOWROOMイベントランキング

SHOWROOMイベントランキング

ライブ配信SHOWROOMにおいて、現在開いているルームが参加しているイベントランキングを表示します。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SHOWROOMイベントランキング",
  "description": "ライブ配信SHOWROOMにおいて、現在開いているルームが参加しているイベントランキングを表示します。",
  "version": "2.4",
  "manifest_version": 3,
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "js": [
        "content_script.js"
      ],
      "matches": [
        "https://www.showroom-live.com/*"
      ]
    }
  ],
  "action": {
    "default_title": "SHOWROOMイベントランキング",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon/srrank-16.png",
    "48": "icon/srrank-48.png",
    "128": "icon/srrank-128.png"
  },
  "author": "toolphoto"
}