Disable YouTube Share Box

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

What is Disable YouTube Share Box?

Disable YouTube Share Box is a Chrome extension developed by Justin Hendryx, and its main feature is "Prevents the annoying share, embed, and email box under YouTube videos from popping down".

Download Disable YouTube Share Box Extension CRX File

Download Disable YouTube Share Box 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

                                            

Extension Basic Information

Name Disable YouTube Share Box Disable YouTube Share Box
ID ihganmkmfefmfgfcebnadcbalknnnmij
Official URL https://chromewebstore.google.com/detail/disable-youtube-share-box/ihganmkmfefmfgfcebnadcbalknnnmij
Description Prevents the annoying share, embed, and email box under YouTube videos from popping down
File Size 18.67 KB
Installation Count 11
Current Version 0.1
Last Updated 2016-02-22
Publish Date 2016-02-21
Rating 5.00/5 Total 1 Ratings
Developer Justin Hendryx
Payment Type free
Supported Languages 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
}