Full Screen Flash

If it detects a flash application, displays a button for full screen display

Full Screen Flash란 무엇입니까?

Full Screen Flash은(는) http://fullscreen-flash.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "If it detects a flash application, displays a button for full screen display"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        FULL SCREEN FLASH

If it detects a flash application, displays a button for full screen display. It gives you the option to make it full screen.                    

확장 프로그램 기본 정보

이름 Full Screen Flash Full Screen Flash
ID bhdldlonfinlckniaobgoadifkdldhhf
공식 URL https://chrome.google.com/webstore/detail/full-screen-flash/bhdldlonfinlckniaobgoadifkdldhhf
설명 If it detects a flash application, displays a button for full screen display
파일 크기 98.4 KB
설치 횟수 5,297
현재 버전 1.0
최근 업데이트 2016-06-10
출시 날짜 2016-06-10
평점 3.40/5 총 97 개의 평점
개발자 http://fullscreen-flash.net
결제 유형 free
개인정보 보호 정책 페이지 URL http://chromereload.net/siteprivacy.html
지원되는 언어 id,ms,de,en,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": "icon16.png",
        "default_title": "Full Screen Flash"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "icons\/enable.png"
    ]
}