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

下载Fix Flash 11.2 Bug扩展crx文件

下载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:\/\/*\/*"
    ]
}