Fix Flash 11.2 Bug
Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux
Cos'è Fix Flash 11.2 Bug?
Fix Flash 11.2 Bug è un'estensione di Chrome sviluppata da 李少杰, e la sua funzione principale è "Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fix Flash 11.2 Bug
Scarica i file di estensione Fix Flash 11.2 Bug in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
解决了在linux下chromium使用adobe flash player 11.2 插件有时会有花屏现象
Informazioni di Base sull'Estensione
Nome | |
ID | dohljndhdkbfdjjgojkneboeeoefnddo |
URL Ufficiale | https://chrome.google.com/webstore/detail/fix-flash-112-bug/dohljndhdkbfdjjgojkneboeeoefnddo |
Descrizione | Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux |
Dimensione del File | 74.69 KB |
Conteggio Installazioni | 2,163 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2014-02-07 |
Data di Pubblicazione | 2014-02-07 |
Valutazione | 3.21/5 Totale 28 Valutazioni |
Sviluppatore | 李少杰 |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/*" ] } |