"Missing Plug-in" Fix
A simple extension to fix error "missing plugin" when browsing flash content for Google Chrome.
Cos'è "Missing Plug-in" Fix?
"Missing Plug-in" Fix è un'estensione di Chrome sviluppata da TVT Studio, e la sua funzione principale è "A simple extension to fix error "missing plugin" when browsing flash content for Google Chrome.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione "Missing Plug-in" Fix
Scarica i file di estensione "Missing Plug-in" Fix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | plkplgmhfkkhokgkdkblfcnfeccpippe |
| URL Ufficiale | https://chromewebstore.google.com/detail/missing-plug-in-fix/plkplgmhfkkhokgkdkblfcnfeccpippe |
| Descrizione | A simple extension to fix error "missing plugin" when browsing flash content for Google Chrome. |
| Dimensione del File | 99.67 KB |
| Conteggio Installazioni | 51,429 |
| Versione Corrente | 2.1 |
| Ultimo Aggiornamento | 2013-09-21 |
| Data di Pubblicazione | 2013-09-21 |
| Valutazione | 3.13/5 Totale 661 Valutazioni |
| Sviluppatore | TVT Studio |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
]
} | |