"Missing Plug-in" Fix
A simple extension to fix error "missing plugin" when browsing flash content for Google Chrome.
O que é "Missing Plug-in" Fix?
"Missing Plug-in" Fix é uma extensão do Chrome desenvolvida por TVT Studio, e sua principal característica é "A simple extension to fix error "missing plugin" when browsing flash content for Google Chrome.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão "Missing Plug-in" Fix
Baixe arquivos de extensão "Missing Plug-in" Fix no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | "Missing Plug-in" Fix |
ID | plkplgmhfkkhokgkdkblfcnfeccpippe |
URL Oficial | https://chromewebstore.google.com/detail/missing-plug-in-fix/plkplgmhfkkhokgkdkblfcnfeccpippe |
Descrição | A simple extension to fix error "missing plugin" when browsing flash content for Google Chrome. |
Tamanho do Arquivo | 99.67 KB |
Contagem de Instalações | 51,429 |
Versão Atual | 2.1 |
Última Atualização | 2013-09-21 |
Data de Publicação | 2013-09-21 |
Classificação | 3.13/5 Total de 661 Avaliações |
Desenvolvedor | TVT Studio |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } ] } |