Fix Flash 11.2 Bug
Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux
Co to jest Fix Flash 11.2 Bug?
Fix Flash 11.2 Bug to rozszerzenie Chrome opracowane przez 李少杰, a jego główną funkcją jest „Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fix Flash 11.2 Bug
Pobierz pliki rozszerzeń Fix Flash 11.2 Bug w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
解决了在linux下chromium使用adobe flash player 11.2 插件有时会有花屏现象
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dohljndhdkbfdjjgojkneboeeoefnddo |
Oficjalny URL | https://chrome.google.com/webstore/detail/fix-flash-112-bug/dohljndhdkbfdjjgojkneboeeoefnddo |
Opis | Modify flash object parameters in html to fix transparent bug of flash player plugin for chromium on linux |
Rozmiar pliku | 74.69 KB |
Liczba instalacji | 2,163 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2014-02-07 |
Data Publikacji | 2014-02-07 |
Ocena | 3.21/5 Łącznie 28 Oceny |
Deweloper | 李少杰 |
Typ Płatności | free |
Obsługiwane Języki | 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:\/\/*\/*" ] } |