Farmtown Flash Enabler
Allow Farmtown to enable Flash by default in Chrome
Wat is Farmtown Flash Enabler?
Farmtown Flash Enabler is een Chrome-extensie ontwikkeld door Farmtown, en de belangrijkste functie is "Allow Farmtown to enable Flash by default in Chrome".
Extensie Screenshots
Download het CRX-bestand van de extensie Farmtown Flash Enabler
Download Farmtown Flash Enabler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | |
ID | iiaaidojlpkackffhmogpjgofcnjmclp |
Officiële URL | https://chrome.google.com/webstore/detail/farmtown-flash-enabler/iiaaidojlpkackffhmogpjgofcnjmclp |
Beschrijving | Allow Farmtown to enable Flash by default in Chrome |
Bestandsgrootte | 49.89 KB |
Aantal Installaties | 29,357 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-01-23 |
Publicatiedatum | 2019-01-23 |
Beoordeling | 2.61/5 Totaal 64 Beoordelingen |
Ontwikkelaar | Farmtown |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |