YouTube Header Hider

Simple extension for better watching videos in small window without intrusive YouTube header

YouTube Header Hider क्या है?

YouTube Header Hider Meosit द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple extension for better watching videos in small window without intrusive YouTube header"।

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

screenshot

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

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

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

                        Simple extension for better watching videos in small window without intrusive YouTube header                    

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

नाम YouTube Header Hider YouTube Header Hider
ID ilajonkalnicmkhflafhhddkolnpkknf
आधिकारिक URL https://chrome.google.com/webstore/detail/youtube-header-hider/ilajonkalnicmkhflafhhddkolnpkknf
विवरण Simple extension for better watching videos in small window without intrusive YouTube header
फ़ाइल का आकार 10.47 KB
स्थापना संख्या 14
वर्तमान संस्करण 2.1.1
अंतिम अपडेट 2018-01-18
प्रकाशन तिथि 2018-01-18
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Meosit
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Header Hider",
    "version": "2.1.1",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content_scripts\/content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/play_96.png",
        "default_title": "YouTube Header Hider",
        "default_popup": "popup\/popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}