"Missing Plug-in" Fix
A simple extension to fix error "missing plugin" when browsing flash content for Google Chrome.
Co je "Missing Plug-in" Fix?
"Missing Plug-in" Fix je rozšíření Chrome vyvinuté TVT Studio, a jeho hlavní funkcí je „A simple extension to fix error "missing plugin" when browsing flash content for Google Chrome.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření "Missing Plug-in" Fix
Stáhněte si soubory rozšíření "Missing Plug-in" Fix ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
As of version 1, this extension only fix "Missing Plug-in" error on Zing MP3 website. For version 2, the extension can fix this error on any website containing flash content within
Základní Informace o Rozšíření
Název | "Missing Plug-in" Fix |
ID | plkplgmhfkkhokgkdkblfcnfeccpippe |
Oficiální URL | https://chromewebstore.google.com/detail/missing-plug-in-fix/plkplgmhfkkhokgkdkblfcnfeccpippe |
Popis | A simple extension to fix error "missing plugin" when browsing flash content for Google Chrome. |
Velikost souboru | 99.67 KB |
Počet instalací | 51,429 |
Aktuální Verze | 2.1 |
Poslední Aktualizace | 2013-09-21 |
Datum Vydání | 2013-09-21 |
Hodnocení | 3.13/5 Celkem 661 Hodnocení |
Vývojář | TVT Studio |
Typ Platby | free |
Podporované Jazyky | en,vi |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "2.1", "manifest_version": 2, "description": "__MSG_extDesc__", "default_locale": "vi", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "js\/jquery-1.7.min.js" ], "run_at": "document_start" }, { "matches": [ "http:\/\/*\/*" ], "js": [ "js\/flashfix.js" ], "run_at": "document_end" } ] } |