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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } ] } |