YouTube Header Hider

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

什么是YouTube Header Hider?

YouTube Header Hider是由Meosit开发的Chrome扩展程序,该扩展的主要功能是“Simple extension for better watching videos in small window without intrusive YouTube header”。

扩展截图

screenshot

下载YouTube Header Hider扩展crx文件

下载YouTube Header Hider扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
    }
}