Full Screen Flash

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

Full Screen Flashคืออะไร?

Full Screen Flash เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://fullscreen-flash.net และคุณลักษณะหลักของมันคือ "If it detects a flash application, displays a button for full screen display"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Full Screen Flash

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}