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
官方網址 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"
    ]
}