Fullscreen Please

Enables full screen button on all embedded youtube videos.

Fullscreen Please란 무엇입니까?

Fullscreen Please은(는) chaos9990에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables full screen button on all embedded youtube videos."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This app was borne out of frustration at websites disabling the full screen option on embedded youtube videos. So I made an extension to fix that. If you get as annoyed as I do, this will ease your frustrations!

Feel free to send me feedback or bugs as I want to make this better! I know some sites won't be supported so just let me know via email and I can add them!

chad [at] thechadcampbell.com

And donate if you appreciate the work I do! :)

https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=35WYLWH9LBWTW&lc=US&item_name=FullScreen%20Please¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest                    

확장 프로그램 기본 정보

이름 Fullscreen Please Fullscreen Please
ID amlilajfgbcljjokheaofnhbgmdcmbam
공식 URL https://chrome.google.com/webstore/detail/fullscreen-please/amlilajfgbcljjokheaofnhbgmdcmbam
설명 Enables full screen button on all embedded youtube videos.
파일 크기 29.51 KB
설치 횟수 178
현재 버전 1.0.7
최근 업데이트 2016-04-24
출시 날짜 2016-04-24
평점 3.71/5 총 7 개의 평점
개발자 chaos9990
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fullscreen Please",
    "short_name": "FullScreen",
    "description": "Enables full screen button on all embedded youtube videos.",
    "version": "1.0.7",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "manifest_version": 2
}