TubeUnblock

TubeUnblock

TubeUnblockとは何ですか?

TubeUnblockはblankによって開発されたChromeの拡張機能で、その主な機能は「TubeUnblock」です。

拡張機能のスクリーンショット

screenshot

TubeUnblock拡張機能のCRXファイルをダウンロード

TubeUnblock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Watch Embedded Videos
The TubeUnblock plugin allows you to watch embedded YouTube videos on any site. When the plugin is active, the TubeUnblock player will appear any time there is an embedded YouTube video. Simply click play and you will be able to watch the video without leaving the page.

Redirect for YouTube Links
When you click on a YouTube link found in search results or included on any website page, you will be redirected to TubeUnblock to view the video.

Search Bar
The plugin can also be used to quickly search for YouTube content. Type your search in the search bar to access YouTube results through the TubeUnblock site.                    

拡張機能の基本情報

名前 TubeUnblock TubeUnblock
ID nocfiicinjlacbcpohmbcndlmmfmlidk
公式URL https://chrome.google.com/webstore/detail/tubeunblock/nocfiicinjlacbcpohmbcndlmmfmlidk
説明 TubeUnblock
ファイルサイズ 189 KB
インストール数 5,000
現在のバージョン 1.0.3
最終更新日 2015-07-13
公開日 2015-07-10
評価 4.08/5 合計 72 レビュー
開発者 blank
支払い方法 free
拡張機能のウェブサイト http://tubeunblock.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TubeUnblock",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "TubeUnblock",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/redirect.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/icon_active.png",
        "default_popup": "html\/popup.html"
    }
}