Fix Flash 11.2 Bug
Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux
什麼是Fix Flash 11.2 Bug?
Fix Flash 11.2 Bug是由李少杰開發的Chrome擴展程式,該擴展的主要功能是“Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux”。
擴展截圖
下載Fix Flash 11.2 Bug擴展crx文件
下載Fix Flash 11.2 Bug擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
解决了在linux下chromium使用adobe flash player 11.2 插件有时会有花屏现象
擴展基本資訊
名稱 | |
ID | dohljndhdkbfdjjgojkneboeeoefnddo |
官方網址 | https://chrome.google.com/webstore/detail/fix-flash-112-bug/dohljndhdkbfdjjgojkneboeeoefnddo |
簡介 | Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux |
檔案大小 | 74.69 KB |
安裝次數 | 2,163 |
目前版本 | 1.2 |
更新時間 | 2014-02-07 |
上架時間 | 2014-02-07 |
評分 | 3.21/5 共 28 次評分 |
開發者 | 李少杰 |
付費類型 | free |
支援的語言 | 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:\/\/*\/*" ] } |