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
Eメール [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"
    ]
}