Fix Flash 11.2 Bug

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

Wat is Fix Flash 11.2 Bug?

Fix Flash 11.2 Bug is een Chrome-extensie ontwikkeld door 李少杰, en de belangrijkste functie is "Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Fix Flash 11.2 Bug

Download Fix Flash 11.2 Bug-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Fix Flash 11.2 Bug Fix Flash 11.2 Bug
ID dohljndhdkbfdjjgojkneboeeoefnddo
Officiële URL https://chrome.google.com/webstore/detail/fix-flash-112-bug/dohljndhdkbfdjjgojkneboeeoefnddo
Beschrijving Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux
Bestandsgrootte 74.69 KB
Aantal Installaties 2,163
Huidige Versie 1.2
Laatst Bijgewerkt 2014-02-07
Publicatiedatum 2014-02-07
Beoordeling 3.21/5 Totaal 28 Beoordelingen
Ontwikkelaar 李少杰
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
    ]
}