Showroom Full Screen

Maximize Showroom video frame

What is Showroom Full Screen?

Showroom Full Screen is a Chrome extension developed by mxe02332, and its main feature is "Maximize Showroom video frame".

Extension Screenshots

screenshot

Download Showroom Full Screen Extension CRX File

Download Showroom Full Screen 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

                        Extension for maximizing the video frame of SHOWROOM live.
SHOWROOMの動画部分を全画面表示する拡張機能です。
ライブ画面を開き[Ctrl]+[Shift]+[V]を押すと右上にClickボタンが表示されるので
それをクリックするとビデオ部分がブラウザ内全画面表示になります。
Push [Ctrl]+[Shift]+[V] when you are watching SHOWROOM live and click "Click" button that will appear on the right upper side to maximize video frame within the browser.

更新履歴 (updates):
2022/08/07 パッケージ概要に使用方法を追加 (Short instruction added to the package description)                    

Extension Basic Information

Name Showroom Full Screen Showroom Full Screen
ID abhphkdbmmjhlooblbnfpakchjemjkak
Official URL https://chromewebstore.google.com/detail/showroom-full-screen/abhphkdbmmjhlooblbnfpakchjemjkak
Description Maximize Showroom video frame
File Size 14.5 KB
Installation Count 1,648
Current Version 1.0
Last Updated 2022-08-09
Publish Date 2022-06-28
Rating 5.00/5 Total 1 Ratings
Developer mxe02332
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0",
    "name": "Showroom Full Screen",
    "description": "Maximize Showroom video frame",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.showroom-live.com\/"
    ],
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+V",
                "mac": "Command+Shift+V"
            },
            "description": "Enable Full Screen."
        }
    }
}