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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } ] } |