Farmtown Flash Enabler
Allow Farmtown to enable Flash by default in Chrome
Qu'est-ce que Farmtown Flash Enabler ?
Farmtown Flash Enabler est une extension Chrome développée par Farmtown, et sa fonction principale est "Allow Farmtown to enable Flash by default in Chrome".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Farmtown Flash Enabler
Téléchargez les fichiers d'extension Farmtown Flash Enabler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | |
ID | iiaaidojlpkackffhmogpjgofcnjmclp |
URL Officiel | https://chrome.google.com/webstore/detail/farmtown-flash-enabler/iiaaidojlpkackffhmogpjgofcnjmclp |
Description | Allow Farmtown to enable Flash by default in Chrome |
Taille du Fichier | 49.89 KB |
Nombre d'Installations | 29,357 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-01-23 |
Date de Publication | 2019-01-23 |
Évaluation | 2.61/5 Total 64 Évaluations |
Développeur | Farmtown |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |