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