Disable YouTube Share Box

Prevents the annoying share, embed, and email box under YouTube videos from popping down

Disable YouTube Share Boxとは何ですか?

Disable YouTube Share BoxはJustin Hendryxによって開発されたChromeの拡張機能で、その主な機能は「Prevents the annoying share, embed, and email box under YouTube videos from popping down」です。

Disable YouTube Share Box拡張機能のCRXファイルをダウンロード

Disable YouTube Share Box拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Disable YouTube Share Box Disable YouTube Share Box
ID ihganmkmfefmfgfcebnadcbalknnnmij
公式URL https://chromewebstore.google.com/detail/disable-youtube-share-box/ihganmkmfefmfgfcebnadcbalknnnmij
説明 Prevents the annoying share, embed, and email box under YouTube videos from popping down
ファイルサイズ 18.67 KB
インストール数 11
現在のバージョン 0.1
最終更新日 2016-02-22
公開日 2016-02-21
評価 5.00/5 合計 1 レビュー
開発者 Justin Hendryx
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable YouTube Share Box",
    "version": "0.1",
    "description": "Prevents the annoying share, embed, and email box under YouTube videos from popping down",
    "author": "Justin Hendryx",
    "permissions": [
        "contentSettings",
        "tabs"
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ],
            "css": [
                "fixsocial.css"
            ]
        }
    ],
    "manifest_version": 2
}