Fix Flash 11.2 Bug

Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux

Fix Flash 11.2 Bugคืออะไร?

Fix Flash 11.2 Bug เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 李少杰 และคุณลักษณะหลักของมันคือ "Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fix Flash 11.2 Bug

ดาวน์โหลดไฟล์ส่วนขยาย Fix Flash 11.2 Bug ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        解决了在linux下chromium使用adobe flash player 11.2 插件有时会有花屏现象                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fix Flash 11.2 Bug Fix Flash 11.2 Bug
ID dohljndhdkbfdjjgojkneboeeoefnddo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/fix-flash-112-bug/dohljndhdkbfdjjgojkneboeeoefnddo
คำอธิบาย Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux
ขนาดไฟล์ 74.69 KB
จำนวนการติดตั้ง 2,163
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2014-02-07
วันที่เผยแพร่ 2014-02-07
คะแนน 3.21/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา 李少杰
ประเภทการชำระเงิน free
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fix Flash 11.2 Bug",
    "manifest_version": 2,
    "version": "1.2",
    "description": "Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "48": "icon_48.png",
        "96": "icon_96.png",
        "128": "icon_128.png",
        "256": "icon.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}