Full Play

Video Full Web Play

Full Play란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Play the video in Web Full Screen mode.
Like the YouTube cinema mode but without element other than the video.
Currently support video site like youtube, vimeo, dailymotion, iqiyi, etc, which have their own embed mode. Also, it may work for some site with embed videos.

Icon is on the way.

update log:
1.0.1.6: Add icon

1.0.1.5: 1. remove unnecessary button
         2. add better indication about what button do what
         3. add lynda support for people who want
         4. for some website, the site will replace the original window. these feature may has the chance to work for more site which is easy to return by using the browser build-in go back ability.
         
1.0.1.0: Make large button.                    

확장 프로그램 기본 정보

이름 Full Play Full Play
ID mbadifmabjkpaajnhmdcnlkenidcehfe
공식 URL https://chrome.google.com/webstore/detail/full-play/mbadifmabjkpaajnhmdcnlkenidcehfe
설명 Video Full Web Play
파일 크기 21.17 KB
설치 횟수 117
현재 버전 1.0.1.6
최근 업데이트 2019-04-04
출시 날짜 2019-03-30
평점 5.00/5 총 1 개의 평점
개발자 xiuman89
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": ".\/background.html",
        "persistent": false
    },
    "description": "Video Full Web Play",
    "icons": {
        "16": ".\/icons\/icon16.png",
        "48": ".\/icons\/icon48.png",
        "64": ".\/icons\/icon64.png",
        "128": ".\/icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "name": "Full Play",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": []
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "js": [
                ".\/js\/curWindow.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "version": "1.0.1.6"
}