Fix Flash 11.2 Bug

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

O que é Fix Flash 11.2 Bug?

Fix Flash 11.2 Bug é uma extensão do Chrome desenvolvida por 李少杰, e sua principal característica é "Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Fix Flash 11.2 Bug

Baixe arquivos de extensão Fix Flash 11.2 Bug no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Fix Flash 11.2 Bug Fix Flash 11.2 Bug
ID dohljndhdkbfdjjgojkneboeeoefnddo
URL Oficial https://chrome.google.com/webstore/detail/fix-flash-112-bug/dohljndhdkbfdjjgojkneboeeoefnddo
Descrição Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux
Tamanho do Arquivo 74.69 KB
Contagem de Instalações 2,163
Versão Atual 1.2
Última Atualização 2014-02-07
Data de Publicação 2014-02-07
Classificação 3.21/5 Total de 28 Avaliações
Desenvolvedor 李少杰
Tipo de Pagamento free
Idiomas Suportados 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:\/\/*\/*"
    ]
}