SHOWROOM Live Player

SHOWROOMの配信画面を見やすくします

Cos'è SHOWROOM Live Player?

SHOWROOM Live Player è un'estensione di Chrome sviluppata da 猫月遥歩(ねこづきあゆむ), e la sua funzione principale è "SHOWROOMの配信画面を見やすくします".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SHOWROOM Live Player

Scarica i file di estensione SHOWROOM Live Player in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome SHOWROOM Live Player SHOWROOM Live Player
ID gcjeljdjmnjhgldhjhomjfacoedjaabg
URL Ufficiale https://chromewebstore.google.com/detail/showroom-live-player/gcjeljdjmnjhgldhjhomjfacoedjaabg
Descrizione SHOWROOMの配信画面を見やすくします
Dimensione del File 671 KB
Conteggio Installazioni 718
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-06-24
Data di Pubblicazione 2020-06-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore 猫月遥歩(ねこづきあゆむ)
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/AyumuNekozuki/showroom-liveplayer
URL della Pagina di Aiuto https://github.com/AyumuNekozuki/showroom-liveplayer/wiki
Lingue Supportate 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"
            ]
        }
    ]
}