SHOWROOM Live Player
SHOWROOMの配信画面を見やすくします
Wat is SHOWROOM Live Player?
SHOWROOM Live Player is een Chrome-extensie ontwikkeld door 猫月遥歩(ねこづきあゆむ), en de belangrijkste functie is "SHOWROOMの配信画面を見やすくします".
Extensie Screenshots
Download het CRX-bestand van de extensie SHOWROOM Live Player
Download SHOWROOM Live Player-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | gcjeljdjmnjhgldhjhomjfacoedjaabg |
| Officiële URL | https://chromewebstore.google.com/detail/showroom-live-player/gcjeljdjmnjhgldhjhomjfacoedjaabg |
| Beschrijving | SHOWROOMの配信画面を見やすくします |
| Bestandsgrootte | 671 KB |
| Aantal Installaties | 718 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2020-06-24 |
| Publicatiedatum | 2020-06-23 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | 猫月遥歩(ねこづきあゆむ) |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/AyumuNekozuki/showroom-liveplayer |
| Help Pagina-URL | https://github.com/AyumuNekozuki/showroom-liveplayer/wiki |
| Ondersteunde Talen | 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"
]
}
]
} | |