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 |
公式URL | 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:\/\/*\/*" ] } |