Showroom Helper

This extension provides convenience functions to Showroom.

Showroom Helper là gì?

Showroom Helper là một tiện ích mở rộng Chrome được phát triển bởi windslash, và tính năng chính của nó là "This extension provides convenience functions to Showroom.".

Ả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 Helper

Tải xuống các tệp mở rộng Showroom Helper 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

                        この拡張機能はShowroomを色んな便利機能を提供します
- 一気に10個星投げる
- YouTubeを無効にする
- ストリーミングURLをクリップボードにコピー
- バナーを後ろにする
- 50カウント


This is a tool of providing helpful features to the live streaming website Showroom (https://www.showroom-live.com/).
- Send 10 stars at a time
- Disable YouTube playback
- Copy streaming URL to clipboard
- let banner behind the video area
- Counting to 50                    

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

Tên Showroom Helper Showroom Helper
ID idfmjdjoikafiimapdkidadjjlfppdma
URL Chính Thức https://chromewebstore.google.com/detail/showroom-helper/idfmjdjoikafiimapdkidadjjlfppdma
Mô tả This extension provides convenience functions to Showroom.
Kích Thước Tệp 225 KB
Số Lần Cài Đặt 644
Phiên Bản Hiện Tại 1.7.0
Cập Nhật Lần Cuối 2022-04-21
Ngày Phát Hành 2020-05-24
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển windslash
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Showroom Helper",
    "description": "This extension provides convenience functions to Showroom.",
    "version": "1.7.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.showroom-live.com\/*"
            ],
            "js": [
                "page.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Showroom Helper"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}