JWPlayer - Theatre mode

Add a theatre mode button to all JWPlayers.

JWPlayer - Theatre mode क्या है?

JWPlayer - Theatre mode developmentjbd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a theatre mode button to all JWPlayers."।

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

screenshot
screenshot

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

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

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

                        This extension adds a theatre mode button to every JWPlayer online. Use this mode to stretch the JWPlayer to the maximum size of your browser without using normal fullscreen.                    

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

नाम JWPlayer - Theatre mode JWPlayer - Theatre mode
ID oifhmfhjmagibigiiagmkgpblgionbcp
आधिकारिक URL https://chrome.google.com/webstore/detail/jwplayer-theatre-mode/oifhmfhjmagibigiiagmkgpblgionbcp
विवरण Add a theatre mode button to all JWPlayers.
फ़ाइल का आकार 9.57 KB
स्थापना संख्या 4,311
वर्तमान संस्करण 0.1
अंतिम अपडेट 2019-07-13
प्रकाशन तिथि 2019-07-10
रेटिंग 2.75/5 कुल 8 रेटिंग्स
डेवलपर developmentjbd
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gitlab.com/Shivs/nos-theater-modus
सहायता पृष्ठ URL https://gitlab.com/Shivs/nos-theater-modus/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JWPlayer - Theatre mode",
    "version": "0.1",
    "description": "Add a theatre mode button to all JWPlayers.",
    "short_name": "JWPlayer Theatre mode",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "theatremode.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "embed.js"
    ],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}