Showroom Mod

Showroom tools for Fullscreen and auto complete mission.

What is Showroom Mod?

Showroom Mod is a Chrome extension developed by https://hook.my.id, and its main feature is "Showroom tools for Fullscreen and auto complete mission.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Showroom Mod Extension CRX File

Download Showroom Mod 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

                        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してください。"                    

Extension Basic Information

Name Showroom Mod Showroom Mod
ID bhcjhffichiffaipnmcdhajgagobkkgl
Official URL https://chromewebstore.google.com/detail/showroom-mod/bhcjhffichiffaipnmcdhajgagobkkgl
Description Showroom tools for Fullscreen and auto complete mission.
File Size 32.07 KB
Installation Count 1,584
Current Version 1.3.8
Last Updated 2024-01-16
Publish Date 2023-01-02
Rating 5.00/5 Total 3 Ratings
Developer https://hook.my.id
Email [email protected]
Payment Type free
Extension Website https://hook.my.id
Help Page URL https://twitter.com/adnan_todod_bgs
Supported Languages 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"
            ]
        }
    ]
}