Farmtown Flash Enabler

Allow Farmtown to enable Flash by default in Chrome

Co to jest Farmtown Flash Enabler?

Farmtown Flash Enabler to rozszerzenie Chrome opracowane przez Farmtown, a jego główną funkcją jest „Allow Farmtown to enable Flash by default in Chrome”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Farmtown Flash Enabler

Pobierz pliki rozszerzeń Farmtown Flash Enabler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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).                    

Podstawowe informacje o rozszerzeniu

Nazwa Farmtown Flash Enabler Farmtown Flash Enabler
ID iiaaidojlpkackffhmogpjgofcnjmclp
Oficjalny URL https://chrome.google.com/webstore/detail/farmtown-flash-enabler/iiaaidojlpkackffhmogpjgofcnjmclp
Opis Allow Farmtown to enable Flash by default in Chrome
Rozmiar pliku 49.89 KB
Liczba instalacji 29,357
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-01-23
Data Publikacji 2019-01-23
Ocena 2.61/5 Łącznie 64 Oceny
Deweloper Farmtown
Typ Płatności free
Obsługiwane Języki 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
    }
}