Farmtown Flash Enabler
Allow Farmtown to enable Flash by default in Chrome
What is Farmtown Flash Enabler?
Farmtown Flash Enabler is a Chrome extension developed by Farmtown, and its main feature is "Allow Farmtown to enable Flash by default in Chrome".
Extension Screenshots
Download Farmtown Flash Enabler Extension CRX File
Download Farmtown Flash Enabler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | |
ID | iiaaidojlpkackffhmogpjgofcnjmclp |
Official URL | https://chrome.google.com/webstore/detail/farmtown-flash-enabler/iiaaidojlpkackffhmogpjgofcnjmclp |
Description | Allow Farmtown to enable Flash by default in Chrome |
File Size | 49.89 KB |
Installation Count | 29,357 |
Current Version | 1.0 |
Last Updated | 2019-01-23 |
Publish Date | 2019-01-23 |
Rating | 2.61/5 Total 64 Ratings |
Developer | Farmtown |
Payment Type | free |
Supported Languages | 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 } } |