Inspect and view changes in SHOWROOMルーム情報表示 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "SHOWROOMルーム情報表示",
"description": "ライブ配信SHOWROOMにおいて、現在開いているルームの補足情報を表示します。",
"version": "2.9",
"manifest_version": 3,
"permissions": [
"activeTab"
],
"content_scripts": [
{
"js": [
"content_script.js"
],
"matches": [
"http://*/*",
"https://*/*"
]
}
],
"action": {
"default_title": "SHOWROOMルーム情報表示",
"default_popup": "popup.html"
},
"icons": {
"16": "icon/srinfo-16.png",
"48": "icon/srinfo-48.png",
"128": "icon/srinfo-128.png"
},
"author": "toolphoto"
}