Fix Flash 11.2 Bug

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

Was ist Fix Flash 11.2 Bug?

Fix Flash 11.2 Bug ist eine Chrome-Erweiterung, die von 李少杰 entwickelt wurde, und ihr Hauptmerkmal ist "Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux".

Erweiterungsscreenshots

screenshot

Fix Flash 11.2 Bug-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fix Flash 11.2 Bug-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Fix Flash 11.2 Bug Fix Flash 11.2 Bug
ID dohljndhdkbfdjjgojkneboeeoefnddo
Offizielle URL https://chrome.google.com/webstore/detail/fix-flash-112-bug/dohljndhdkbfdjjgojkneboeeoefnddo
Beschreibung Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux
Dateigröße 74.69 KB
Installationsanzahl 2,163
Aktuelle Version 1.2
Letztes Update 2014-02-07
Veröffentlichungsdatum 2014-02-07
Bewertung 3.21/5 Insgesamt 28 Bewertungen
Entwickler 李少杰
Zahlungsart free
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}