Fix Flash 11.2 Bug

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

What is Fix Flash 11.2 Bug?

Fix Flash 11.2 Bug is a Chrome extension developed by 李少杰, and its main feature is "Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux".

Extension Screenshots

screenshot

Download Fix Flash 11.2 Bug Extension CRX File

Download Fix Flash 11.2 Bug extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Fix Flash 11.2 Bug Fix Flash 11.2 Bug
ID dohljndhdkbfdjjgojkneboeeoefnddo
Official URL https://chrome.google.com/webstore/detail/fix-flash-112-bug/dohljndhdkbfdjjgojkneboeeoefnddo
Description Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux
File Size 74.69 KB
Installation Count 2,163
Current Version 1.2
Last Updated 2014-02-07
Publish Date 2014-02-07
Rating 3.21/5 Total 28 Ratings
Developer 李少杰
Payment Type free
Supported Languages 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:\/\/*\/*"
    ]
}