SHOWROOM Live Player
SHOWROOMの配信画面を見やすくします
What is SHOWROOM Live Player?
SHOWROOM Live Player is a Chrome extension developed by 猫月遥歩(ねこづきあゆむ), and its main feature is "SHOWROOMの配信画面を見やすくします".
Extension Screenshots
Download SHOWROOM Live Player Extension CRX File
Download SHOWROOM Live Player 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のライブ視聴ページを見やすくする拡張機能です。 ❏ 使い方 ① ストアからダウンロードする ② 配信ページを見に行く ③ おわり! ❏ 通常の配信ページとの違い ・アバターメインだった視聴ページを、放送画面メインにします! ・コメント欄・コメントログを自動表示!右下ボタンからギフト等も送れます! ・フルスクリーン機能、近日実装予定! ❏ FAQ FAQは以下のページからご確認ください。 https://github.com/AyumuNekozuki/showroom-liveplayer/wiki/FAQ ❏ リリースノート リリースノートは以下のページからご確認ください。 https://github.com/AyumuNekozuki/showroom-liveplayer/releases ❏ Contact 作者:猫月遥歩(ねこづきあゆむ) Twitter https://twitter.com/nekozuki_dev
Extension Basic Information
Name | SHOWROOM Live Player |
ID | gcjeljdjmnjhgldhjhomjfacoedjaabg |
Official URL | https://chromewebstore.google.com/detail/showroom-live-player/gcjeljdjmnjhgldhjhomjfacoedjaabg |
Description | SHOWROOMの配信画面を見やすくします |
File Size | 671 KB |
Installation Count | 718 |
Current Version | 1.0.0 |
Last Updated | 2020-06-24 |
Publish Date | 2020-06-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | 猫月遥歩(ねこづきあゆむ) |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/AyumuNekozuki/showroom-liveplayer |
Help Page URL | https://github.com/AyumuNekozuki/showroom-liveplayer/wiki |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SHOWROOM Live Player", "version": "1.0.0", "description": "SHOWROOM\u306e\u914d\u4fe1\u753b\u9762\u3092\u898b\u3084\u3059\u304f\u3057\u307e\u3059", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.showroom-live.com\/*" ], "js": [ "script.js" ], "css": [ "main.css" ] } ] } |