TubeUnblock

TubeUnblock

TubeUnblock là gì?

TubeUnblock là một tiện ích mở rộng Chrome được phát triển bởi blank, và tính năng chính của nó là "TubeUnblock".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TubeUnblock

Tải xuống các tệp mở rộng TubeUnblock dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TubeUnblock TubeUnblock
ID nocfiicinjlacbcpohmbcndlmmfmlidk
URL Chính Thức https://chrome.google.com/webstore/detail/tubeunblock/nocfiicinjlacbcpohmbcndlmmfmlidk
Mô tả TubeUnblock
Kích Thước Tệp 189 KB
Số Lần Cài Đặt 5,000
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2015-07-13
Ngày Phát Hành 2015-07-10
Đánh Giá 4.08/5 Tổng số 72 Đánh Giá
Nhà Phát Triển blank
Loại Thanh Toán free
Trang Web Mở Rộng http://tubeunblock.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}