SHOWROOMルーム移動禁止
ライブ配信SHOWROOMにおいて、現在開いているルームが終了したときに移動しないようにする。
What is SHOWROOMルーム移動禁止?
SHOWROOMルーム移動禁止 is a Chrome extension developed by toolphoto, and its main feature is "ライブ配信SHOWROOMにおいて、現在開いているルームが終了したときに移動しないようにする。".
Extension Screenshots
Download SHOWROOMルーム移動禁止 Extension CRX File
Download SHOWROOMルーム移動禁止 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ライブ配信アプリSHOWROOMのブラウザ版機能を拡張するツールです。 最新アップデート情報は最下部付近にあります。 ---------------------- --機能--- ---------------------- 【配信前、ONLIVEを閉じる】 ・配信画面を開いたときに、配信前の時にはONLIVE一覧が閉じられます。 【配信終了時、自動遷移を止める】 ・配信画面で配信終了時に、60秒後に自動的に別のルームに移動するのを止めます。 ------------------ ---アップデート--- ------------------ (ver 2.1) ◆更新内容 SHOWROOMの仕様変更のため、修正 (ver 2.0) ◆新規作成
Extension Basic Information
Name | SHOWROOMルーム移動禁止 |
ID | ffbimfjiappokfifkdgpppbinpejflhh |
Official URL | https://chromewebstore.google.com/detail/showroom%E3%83%AB%E3%83%BC%E3%83%A0%E7%A7%BB%E5%8B%95%E7%A6%81%E6%AD%A2/ffbimfjiappokfifkdgpppbinpejflhh |
Description | ライブ配信SHOWROOMにおいて、現在開いているルームが終了したときに移動しないようにする。 |
File Size | 9.9 KB |
Installation Count | 996 |
Current Version | 2.1 |
Last Updated | 2023-06-13 |
Publish Date | 2022-06-26 |
Rating | 5.00/5 Total 4 Ratings |
Developer | toolphoto |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SHOWROOM\u30eb\u30fc\u30e0\u79fb\u52d5\u7981\u6b62", "description": "\u30e9\u30a4\u30d6\u914d\u4fe1SHOWROOM\u306b\u304a\u3044\u3066\u3001\u73fe\u5728\u958b\u3044\u3066\u3044\u308b\u30eb\u30fc\u30e0\u304c\u7d42\u4e86\u3057\u305f\u3068\u304d\u306b\u79fb\u52d5\u3057\u306a\u3044\u3088\u3046\u306b\u3059\u308b\u3002", "version": "2.1", "manifest_version": 3, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "https:\/\/www.showroom-live.com\/r\/*" ] } ], "icons": { "16": "icon\/srnot-16.png", "48": "icon\/srnot-48.png", "128": "icon\/srnot-128.png" }, "author": "toolphoto" } |