Youtube Full Screen(unrestricted)

This extension lets you play youtube video in full browser window. Updated to fix new change

Youtube Full Screen(unrestricted) क्या है?

Youtube Full Screen(unrestricted) pawanth द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension lets you play youtube video in full browser window. Updated to fix new change"।

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

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

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

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

                        ***NEW***
  Updated to fix new change in youtube, causing file download
*********

Youtube Full Screen(unrestricted), chrome extension, lets users play youtube video in full browser window.
It gives users full screen view with advantage of switching between tabs or another applications.  

With this extension user can view restricted videos ( with few exceptions) without logging in to youtube.                    

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

नाम Youtube Full Screen(unrestricted) Youtube Full Screen(unrestricted)
ID ahhpplghjcmkafbdckegaaolclopkbad
आधिकारिक URL https://chrome.google.com/webstore/detail/youtube-full-screenunrest/ahhpplghjcmkafbdckegaaolclopkbad
विवरण This extension lets you play youtube video in full browser window. Updated to fix new change
फ़ाइल का आकार 11.62 KB
स्थापना संख्या 439
वर्तमान संस्करण 0.2
अंतिम अपडेट 2017-03-03
प्रकाशन तिथि 2017-03-03
रेटिंग 3.06/5 कुल 17 रेटिंग्स
डेवलपर pawanth
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Full Screen(unrestricted)",
    "description": "This extension lets you play youtube video in full browser window. Updated to fix new change",
    "version": "0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Youtube full screen"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}