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文件

下載Full Screen Flash擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}