Showroom Mod

Showroom tools for Fullscreen and auto complete mission.

什么是Showroom Mod?

Showroom Mod是由https://hook.my.id开发的Chrome扩展程序,该扩展的主要功能是“Showroom tools for Fullscreen and auto complete mission.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Showroom Mod扩展crx文件

下载Showroom Mod扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Showroom Mod Showroom Mod
ID bhcjhffichiffaipnmcdhajgagobkkgl
官方URL https://chromewebstore.google.com/detail/showroom-mod/bhcjhffichiffaipnmcdhajgagobkkgl
简介 Showroom tools for Fullscreen and auto complete mission.
文件大小 32.07 KB
安装次数 1,584
当前版本 1.3.8
更新时间 2024-01-16
上架时间 2023-01-02
评分 5.00/5 共3次评分
开发者 https://hook.my.id
电子邮箱 [email protected]
付费类型 free
扩展官网 https://hook.my.id
帮助页面URL https://twitter.com/adnan_todod_bgs
支持的语言 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"
            ]
        }
    ]
}