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
}