Farmtown Flash Enabler
Allow Farmtown to enable Flash by default in Chrome
Cos'è Farmtown Flash Enabler?
Farmtown Flash Enabler è un'estensione di Chrome sviluppata da Farmtown, e la sua funzione principale è "Allow Farmtown to enable Flash by default in Chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Farmtown Flash Enabler
Scarica i file di estensione Farmtown Flash Enabler 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
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).
Informazioni di Base sull'Estensione
Nome | |
ID | iiaaidojlpkackffhmogpjgofcnjmclp |
URL Ufficiale | https://chrome.google.com/webstore/detail/farmtown-flash-enabler/iiaaidojlpkackffhmogpjgofcnjmclp |
Descrizione | Allow Farmtown to enable Flash by default in Chrome |
Dimensione del File | 49.89 KB |
Conteggio Installazioni | 29,357 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-01-23 |
Data di Pubblicazione | 2019-01-23 |
Valutazione | 2.61/5 Totale 64 Valutazioni |
Sviluppatore | Farmtown |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |