Showroom Toolbox

Useful tools for Showroom viewers.

Showroom Toolbox là gì?

Showroom Toolbox là một tiện ích mở rộng Chrome được phát triển bởi immortal3valley, và tính năng chính của nó là "Useful tools for Showroom viewers.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Showroom Toolbox

Tải xuống các tệp mở rộng Showroom Toolbox dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Main Features:

Hide Avatar
Enable Fullscreen Function
Throw 10 Stars In One Click
Throw All The Stars In One Click
Throw 10 Stars Of Each Color At Same Time
Live Window Draggable
Live Window Resizable
Disable Sound Effect
Hide Login Prompt
Disable Auto Switch To Next Show
Auto Check 48G Official Account
Auto Count
Hide Speech Balloon

====================================

## [1.0.36] - 2020-11-07
- Fix Window Function glitch

## [1.0.35] - 2020-09-08
- Fix Auto Count button glitch

## [1.0.34] - 2020-08-27
- Fix gift throwing function

## [1.0.33] - 2020-07-02
- Fix gift throwing function

## [1.0.32] - 2020-06-03
- Fix Fullscreen Function

## [1.0.31] - 2019-10-02
- Fix the functions
[Live Window Draggable]
[Live Window Resizable]
[Show Fullscreen Button]
[Auto Check 48G Official Account]
- Remove the functions
[Hide Youtube Video]
[Disable Youtube Video Autoplay]
[Blacklist]
- New Features
[Unmute]
The official account ID and room ID can be modified now.

## [1.0.30] - 2018-04-21
- Fix Genre 4846
- Update 48G Official Account

## [1.0.29] - 2018-02-17
- Fix Icon Not Showing Glitch

## [1.0.28] - 2017-11-04
- New Feature [Auto Hide Icons]
- Remove Feature [Unmute]

## [1.0.27] - 2017-10-27
- Add fullscreen button in HTML5 mode
- Fix [Blacklist]
- Improve [Unmute]
- Update genre 4846

## [1.0.26] - 2017-10-24
- Fix the functions
- New Feature [Unmute]

## [1.0.24] - 2017-08-20

## [1.0.23] - 2017-08-18
- Improve star throwing function

## [1.0.22] - 2017-08-15
- Fix the functions
[Show Fullscreen Button]
[Live Window Resizable]

## [1.0.21] - 2017-08-04
- Fix the functions
[Disable Youtube Video Autoplay]
[Hide Youtube Video]

## [1.0.20] - 2017-07-21
- New Feature [Enhance Live Function]

## [1.0.19] - 2017-07-10
- Change the stack order of the banner
- New Feature [Show Avatar Clearly]

## [1.0.18] - 2017-06-24
- Improve seed throwing function

## [1.0.17] - 2017-06-06
- New Feature [Hide Speech Balloon]

## [1.0.16] - 2017-05-27
- New Feature [Auto Count]
- Enter Key Glitch Fix

## [1.0.13] - 2017-05-21
- Improve Blacklist function

## [1.0.12] - 2017-05-07
- Fullscreen Function Bug Fix

## [1.0.11] - 2017-05-06
- New Feature [Blacklist]
- Add and fix 48G accounts

## [1.0.8] - 2017-04-30
- Bug fix.

## [1.0.7] - 2017-04-29
- New Feature [Auto Check 48G Official Account]
- New Button [Throw 10 stars of each color at same time.]
- Improve star throwing function and bug fix.

## [1.0.6] - 2017-04-21
- New Feature [Disable Auto Switch To Next Show]

## [1.0.5] - 2017-04-18
- New Feature [Disable Youtube Video Autoplay]
- The position and the size of live window can be saved.

## [1.0.3] - 2017-04-16                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Showroom Toolbox Showroom Toolbox
ID jlelpggiclkhdadagnbdjblokcnnhanl
URL Chính Thức https://chromewebstore.google.com/detail/showroom-toolbox/jlelpggiclkhdadagnbdjblokcnnhanl
Mô tả Useful tools for Showroom viewers.
Kích Thước Tệp 385 KB
Số Lần Cài Đặt 40,157
Phiên Bản Hiện Tại 1.0.36
Cập Nhật Lần Cuối 2020-11-07
Ngày Phát Hành 2020-07-02
Đánh Giá 4.22/5 Tổng số 139 Đánh Giá
Nhà Phát Triển immortal3valley
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Showroom Toolbox",
    "default_locale": "en",
    "description": "__MSG_toolboxDescription__",
    "version": "1.0.36",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "res\/iconW128.png"
    },
    "icons": {
        "16": "res\/iconW128.png",
        "48": "res\/iconW128.png",
        "128": "res\/iconW128.png"
    },
    "web_accessible_resources": [
        "res\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.showroom-live.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "toolbox.js"
            ],
            "css": [
                "toolbox.css"
            ]
        }
    ]
}