Hide Youtube

Hide Youtube in Office, College or restricted areas.

什么是Hide Youtube?

Hide Youtube是由Tamilselvan开发的Chrome扩展程序,该扩展的主要功能是“Hide Youtube in Office, College or restricted areas.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Hide Youtube扩展crx文件

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

扩展使用说明

                        This extension will allow you to use youtube in college or office work place where you have access to youtube but you are not supposed to view it.
It change the title into Google, Changes the logo into Google's logo.
It hides rest of you tube signature while playing the video.                    

扩展基本信息

名称 Hide Youtube Hide Youtube
ID llikcpkonlnkadcelohfaamfaocoebna
官方URL https://chrome.google.com/webstore/detail/hide-youtube/llikcpkonlnkadcelohfaamfaocoebna
简介 Hide Youtube in Office, College or restricted areas.
文件大小 57.02 KB
安装次数 66
当前版本 1.0
更新时间 2016-06-23
上架时间 2016-06-23
评分 4.80/5 共5次评分
开发者 Tamilselvan
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hide Youtube",
    "short_name": "HTube",
    "description": "Hide Youtube in Office, College or restricted areas.",
    "version": "1.0",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_48.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "youtube.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "youtube.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.youtube.com\/"
            ],
            "js": [
                "lib\/jquery.js",
                "youtube.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ]
}