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
Eメール [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
    }
}