"Missing Plug-in" Fix
A simple extension to fix error "missing plugin" when browsing flash content for Google Chrome.
Qu'est-ce que "Missing Plug-in" Fix ?
"Missing Plug-in" Fix est une extension Chrome développée par TVT Studio, et sa fonction principale est "A simple extension to fix error "missing plugin" when browsing flash content for Google Chrome.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension "Missing Plug-in" Fix
Téléchargez les fichiers d'extension "Missing Plug-in" Fix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | "Missing Plug-in" Fix |
ID | plkplgmhfkkhokgkdkblfcnfeccpippe |
URL Officiel | https://chromewebstore.google.com/detail/missing-plug-in-fix/plkplgmhfkkhokgkdkblfcnfeccpippe |
Description | A simple extension to fix error "missing plugin" when browsing flash content for Google Chrome. |
Taille du Fichier | 99.67 KB |
Nombre d'Installations | 51,429 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2013-09-21 |
Date de Publication | 2013-09-21 |
Évaluation | 3.13/5 Total 661 Évaluations |
Développeur | TVT Studio |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |