TubeUnblock

TubeUnblock

TubeUnblock란 무엇입니까?

TubeUnblock은(는) blank에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TubeUnblock"입니다.

확장 프로그램 스크린샷

screenshot

TubeUnblock 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}