42Yogis Yoga Video Library Fullscreen Fix

Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.

42Yogis Yoga Video Library Fullscreen Fix란 무엇입니까?

42Yogis Yoga Video Library Fullscreen Fix은(는) http://www.42yogis.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library."입니다.

확장 프로그램 스크린샷

screenshot

42Yogis Yoga Video Library Fullscreen Fix 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        There are bugs in YouTube's new HTML5 video player, particularly the fullscreen button often disappears for embedded videos. This extension adds the fullscreen button back for yoga videos on 42Yogis.com only. You can now watch yoga videos fullscreen without leaving 42Yogis.com.                    

확장 프로그램 기본 정보

이름 42Yogis Yoga Video Library Fullscreen Fix 42Yogis Yoga Video Library Fullscreen Fix
ID ahbhhleedpbobfheopaamajbbblnflom
공식 URL https://chrome.google.com/webstore/detail/42yogis-yoga-video-librar/ahbhhleedpbobfheopaamajbbblnflom
설명 Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.
파일 크기 103 KB
설치 횟수 415
현재 버전 0.42
최근 업데이트 2015-02-07
출시 날짜 2015-02-07
평점 3.86/5 총 7 개의 평점
개발자 http://www.42yogis.com
결제 유형 free
도움말 페이지 URL http://42yogis.com/faqs
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/jquery-1.js",
                "\/js\/fullscreen.js"
            ],
            "matches": [
                "http:\/\/www.42yogis.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.",
    "manifest_version": 2,
    "name": "42Yogis Yoga Video Library Fullscreen Fix",
    "permissions": [
        "tabs",
        "http:\/\/www.42yogis.com\/*"
    ],
    "version": "0.42"
}