Hangout Flash Enabler
Automatically allows Flash player to run, rather than ask for permission each time.
O que é Hangout Flash Enabler?
Hangout Flash Enabler é uma extensão do Chrome desenvolvida por pennywise.hangout.ph, e sua principal característica é "Automatically allows Flash player to run, rather than ask for permission each time.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hangout Flash Enabler
Baixe arquivos de extensão Hangout Flash Enabler 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
This extension will allow you to automatically enable flash on hangout. This will help you to get in the client easier.
Informações Básicas da Extensão
Nome | |
ID | anbgkbldijjkcobgockaldnflcopphom |
URL Oficial | https://chrome.google.com/webstore/detail/hangout-flash-enabler/anbgkbldijjkcobgockaldnflcopphom |
Descrição | Automatically allows Flash player to run, rather than ask for permission each time. |
Tamanho do Arquivo | 33.98 KB |
Contagem de Instalações | 154 |
Versão Atual | 1.0.2 |
Última Atualização | 2020-10-14 |
Data de Publicação | 2020-04-22 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | pennywise.hangout.ph |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://hangout.ph |
URL da Página de Ajuda | https://hangout.ph |
URL da Página de Política de Privacidade | https://hangout.ph/help/10-privacy-policy |
Idiomas Suportados | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon-96x96.png" }, "description": "Automatically allows Flash player to run, rather than ask for permission each time.", "icons": { "128": "images\/icon-128x128.png", "144": "images\/icon-144x144.png", "152": "images\/icon-152x152.png", "192": "images\/icon-192x192.png", "384": "images\/icon-384x384.png", "512": "images\/icon-512x512.png", "72": "images\/icon-72x72.png", "96": "images\/icon-96x96.png" }, "manifest_version": 2, "name": "Hangout Flash Enabler", "permissions": [ "contentSettings" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2" } |