Showroom Helper

This extension provides convenience functions to Showroom.

What is Showroom Helper?

Showroom Helper is a Chrome extension developed by windslash, and its main feature is "This extension provides convenience functions to Showroom.".

Extension Screenshots

screenshot

Download Showroom Helper Extension CRX File

Download Showroom Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        この拡張機能は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                    

Extension Basic Information

Name Showroom Helper Showroom Helper
ID idfmjdjoikafiimapdkidadjjlfppdma
Official URL https://chromewebstore.google.com/detail/showroom-helper/idfmjdjoikafiimapdkidadjjlfppdma
Description This extension provides convenience functions to Showroom.
File Size 225 KB
Installation Count 644
Current Version 1.7.0
Last Updated 2022-04-21
Publish Date 2020-05-24
Rating 4.00/5 Total 4 Ratings
Developer windslash
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}