Showroom Full Screen

Maximize Showroom video frame

Showroom Full Screen क्या है?

Showroom Full Screen mxe02332 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Maximize Showroom video frame"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Showroom Full Screen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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)                    

एक्सटेंशन की मूल जानकारी

नाम Showroom Full Screen Showroom Full Screen
ID abhphkdbmmjhlooblbnfpakchjemjkak
आधिकारिक URL https://chromewebstore.google.com/detail/showroom-full-screen/abhphkdbmmjhlooblbnfpakchjemjkak
विवरण Maximize Showroom video frame
फ़ाइल का आकार 14.5 KB
स्थापना संख्या 1,648
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-08-09
प्रकाशन तिथि 2022-06-28
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर mxe02332
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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."
        }
    }
}