Showroom Mod

Showroom tools for Fullscreen and auto complete mission.

O que é Showroom Mod?

Showroom Mod é uma extensão do Chrome desenvolvida por https://hook.my.id, e sua principal característica é "Showroom tools for Fullscreen and auto complete mission.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Showroom Mod

Baixe arquivos de extensão Showroom Mod no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Title: "Enhance Your SHOWROOM Experience with Full Screen Playback - Chrome Extension"

Meta Description: "Unlock the full potential of SHOWROOM livestreams with our Chrome extension. Enjoy fullscreen video playback, auto-complete missions for free gold, and more. Download now for an immersive experience. \[SHOWROOM ライブストリームをフルスクリーンで楽しむためのChrome拡張機能。全画面ビデオ再生、無料のゴールドを獲得するためのオートコンプリートミッションなどをお楽しみください。今すぐダウンロードして没入感ある体験を!\]"

Features:

1.  Fullscreen Video: Enjoy SHOWROOM videos in fullscreen for a more immersive viewing experience. \[フルスクリーンビデオ:より没入感のある視聴体験のためにSHOWROOMの動画をフルスクリーンで楽しもう。\]
2.  Auto-Complete Missions: Automatically complete missions to earn free gold. Simply turn on the auto-mission toggle in the live tab menu. \[オートコンプリートミッション:自動的にミッションを完了して無料のゴールドを獲得。ライブタブメニューでオートミッショントグルをオンにするだけでOK。\]
3.  Auto Star Farming: Automatically farm stars or stop farming when reaching a certain threshold. \[オートスターファーミング:スターを自動的に獲得するか、特定のしきい値に達したら農業を停止。\]
4.  Show/Hide Recorder Button: Customize your experience by showing or hiding the recorder button. \[レコーダーボタンの表示/非表示:レコーダーボタンを表示または非表示にして、自分好みの体験をカスタマイズ。\]

Latest Updates:

*   Version \[1.3.8\] (2023-10-11): Introducing auto-complete missions for free gold. \[バージョン\[1.3.8\](2023年10月11日):無料のゴールドを獲得するためのオートコンプリートミッションを導入。\]
*   Version \[1.3.7\] (2023-09-08): Bug fixes for a smoother experience. \[バージョン\[1.3.7\](2023年9月8日):よりスムーズな体験のためのバグ修正。\]
*   Version \[1.3.6\] (2023-06-13): Bug fixes and removal of recording function. \[バージョン\[1.3.6\](2023年6月13日):バグ修正と録音機能の削除。\]

Call-to-Action: "Download now for an enhanced SHOWROOM experience! \[今すぐダウンロードしてSHOWROOMの体験を向上させよう!\]"

Note for Japanese Users: "オートコンプリートミッションを使用するには、ライブタブメニューに移動し、オートミッショントグルをオンにして、自動的に完了させてください。質問や新しい拡張機能のアイデアがあれば、X @adnan\_todod\_bgs までDMしてください。他のウェブサイトで拡張機能を作成する必要があれば、同様にDMしてください。"                    

Informações Básicas da Extensão

Nome Showroom Mod Showroom Mod
ID bhcjhffichiffaipnmcdhajgagobkkgl
URL Oficial https://chromewebstore.google.com/detail/showroom-mod/bhcjhffichiffaipnmcdhajgagobkkgl
Descrição Showroom tools for Fullscreen and auto complete mission.
Tamanho do Arquivo 32.07 KB
Contagem de Instalações 1,584
Versão Atual 1.3.8
Última Atualização 2024-01-16
Data de Publicação 2023-01-02
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://hook.my.id
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://hook.my.id
URL da Página de Ajuda https://twitter.com/adnan_todod_bgs
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Showroom Mod",
    "description": "Showroom tools for Fullscreen and auto complete mission.",
    "version": "1.3.8",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/logo.png",
        "32": "\/images\/logo.png",
        "48": "\/images\/logo.png",
        "128": "\/images\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Showroom Mod",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.showroom-live.com\/r\/*"
            ],
            "run_at": "document_end",
            "css": [
                "button.css"
            ],
            "js": [
                "loop.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.showroom-live.com\/onlive"
            ],
            "run_at": "document_end",
            "css": [
                "button.css"
            ],
            "js": [
                "onlive.js"
            ]
        }
    ]
}