YouTube Header Hider

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

What is YouTube Header Hider?

YouTube Header Hider is a Chrome extension developed by Meosit, and its main feature is "Simple extension for better watching videos in small window without intrusive YouTube header".

Extension Screenshots

screenshot

Download YouTube Header Hider Extension CRX File

Download YouTube Header Hider extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name YouTube Header Hider YouTube Header Hider
ID ilajonkalnicmkhflafhhddkolnpkknf
Official URL https://chrome.google.com/webstore/detail/youtube-header-hider/ilajonkalnicmkhflafhhddkolnpkknf
Description Simple extension for better watching videos in small window without intrusive YouTube header
File Size 10.47 KB
Installation Count 14
Current Version 2.1.1
Last Updated 2018-01-18
Publish Date 2018-01-18
Rating 5.00/5 Total 2 Ratings
Developer Meosit
Email [email protected]
Payment Type free
Supported Languages 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
    }
}