Youtube Fullscreen Enabler

This extension enables fullscreen for YouTube embedded videoes when the site owner has disabled it

Youtube Fullscreen Enabler क्या है?

Youtube Fullscreen Enabler Siggen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension enables fullscreen for YouTube embedded videoes when the site owner has disabled it"।

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

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

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

                        This lightweight extension enables fullscreen for YouTube embedded videoes when the site owner has disabled it. Saves you the hassle of having to open the video on youtube and then opening fullscreen

Privacy disclosure:
This extension does not collect, save, transmit, or in any other way handle any data of any kind                    

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

नाम Youtube Fullscreen Enabler Youtube Fullscreen Enabler
ID mbmmkmkhjddmjhcimakfnpjhfbjdpnam
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-fullscreen-enable/mbmmkmkhjddmjhcimakfnpjhfbjdpnam
विवरण This extension enables fullscreen for YouTube embedded videoes when the site owner has disabled it
फ़ाइल का आकार 3.2 KB
स्थापना संख्या 76
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2016-04-17
प्रकाशन तिथि 2016-04-17
रेटिंग 3.30/5 कुल 10 रेटिंग्स
डेवलपर Siggen
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Fullscreen Enabler",
    "description": "This extension enables fullscreen for YouTube embedded videoes when the site owner has disabled it",
    "version": "0.0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}