Youtube Fullframe

This extension puts Youtube videos in full-frame mode.

Youtube Fullframe란 무엇입니까?

Youtube Fullframe은(는) tmhall67에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension puts Youtube videos in full-frame mode."입니다.

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

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

확장 프로그램 사용 설명서

                        This extension simply replaces the "watch?v=" with "v/" in a url to allow a Youtube video to play in a full browser window. This will also allow you to bypass the age restriction on Youtube videos.                    

확장 프로그램 기본 정보

이름 Youtube Fullframe Youtube Fullframe
ID oehbhdjdmgjmcphdgkgemokffldeachf
공식 URL https://chrome.google.com/webstore/detail/youtube-fullframe/oehbhdjdmgjmcphdgkgemokffldeachf
설명 This extension puts Youtube videos in full-frame mode.
파일 크기 3.9 KB
설치 횟수 63
현재 버전 0.7
최근 업데이트 2014-06-01
출시 날짜 2014-06-01
평점 1.00/5 총 1 개의 평점
개발자 tmhall67
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Fullframe",
    "description": "This extension puts Youtube videos in full-frame mode.",
    "version": "0.7",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "onClick.js"
        ],
        "persisent": false
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}