Farmtown Flash Enabler
Allow Farmtown to enable Flash by default in Chrome
O que é Farmtown Flash Enabler?
Farmtown Flash Enabler é uma extensão do Chrome desenvolvida por Farmtown, e sua principal característica é "Allow Farmtown to enable Flash by default in Chrome".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Farmtown Flash Enabler
Baixe arquivos de extensão Farmtown 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
Improve your Farmtown game playing experience in Chrome using this latest Extension from Codebell LLC. Farmtown Flash Enabler automatically handles Flash permissions required to play the Farmtown facebook game in the Chrome browser. Your privacy is important to us, we will use your permissions only to support Flash and nothing else. Use of this extension is subject to Codebell’s Terms of Service (http://www.slashkey.com/tos.php), and Privacy Policy (http://www.codebell.com/privacy-policy).
Informações Básicas da Extensão
Nome | |
ID | iiaaidojlpkackffhmogpjgofcnjmclp |
URL Oficial | https://chrome.google.com/webstore/detail/farmtown-flash-enabler/iiaaidojlpkackffhmogpjgofcnjmclp |
Descrição | Allow Farmtown to enable Flash by default in Chrome |
Tamanho do Arquivo | 49.89 KB |
Contagem de Instalações | 29,357 |
Versão Atual | 1.0 |
Última Atualização | 2019-01-23 |
Data de Publicação | 2019-01-23 |
Classificação | 2.61/5 Total de 64 Avaliações |
Desenvolvedor | Farmtown |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Farmtown Flash Enabler", "description": "Allow Farmtown to enable Flash by default in Chrome", "manifest_version": 2, "version": "1.0", "icons": { "16": "images\/farmtown_16.png", "48": "images\/farmtown_48.png", "128": "images\/farmtown_128.png" }, "permissions": [ "contentSettings" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |