Fix Flash 11.2 Bug

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

Vad är Fix Flash 11.2 Bug?

Fix Flash 11.2 Bug är en Chrome-tillägg utvecklad av 李少杰, och dess huvudfunktion är "Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux".

Tilläggsskärmbilder

screenshot

Ladda ner Fix Flash 11.2 Bug-förlängningens CRX-fil

Ladda ner Fix Flash 11.2 Bug-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Fix Flash 11.2 Bug Fix Flash 11.2 Bug
ID dohljndhdkbfdjjgojkneboeeoefnddo
Officiell webbadress https://chrome.google.com/webstore/detail/fix-flash-112-bug/dohljndhdkbfdjjgojkneboeeoefnddo
Beskrivning Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux
Filstorlek 74.69 KB
Antal Installationer 2,163
Aktuell Version 1.2
Senast Uppdaterad 2014-02-07
Publiceringsdatum 2014-02-07
Betyg 3.21/5 Totalt 28 Betyg
Utvecklare 李少杰
Betalningssätt free
Stödda Språk 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:\/\/*\/*"
    ]
}