Farmville Flash Helper

Play Farmville hassle-free on chrome using this latest Extension from Zynga Inc.

Co je Farmville Flash Helper?

Farmville Flash Helper je rozšíření Chrome vyvinuté Zynga, Inc., a jeho hlavní funkcí je „Play Farmville hassle-free on chrome using this latest Extension from Zynga Inc.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Farmville Flash Helper

Stáhněte si soubory rozšíření Farmville Flash Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        FarmVille Flash Helper is the official extension from Zynga that automatically handles Flash permissions required to play FarmVille.

Adding this extension lets you play FarmVille hassle free!

For more information please refer our FAQ here: https://zyngasupport.helpshift.com/a/farmville/?s=farmville-flash-helper

Please note that your privacy is important to Zynga. Zynga will use your permissions only to support Flash and nothing else. Our privacy policy assures you a complete non-disclosure to any of the information shared by you.

Use of this extension is subject to Zynga’s Terms of Service (https://www.zynga.com/legal/terms-of-service), and Privacy Policy (https://www.zynga.com/privacy/policy).                    

Základní Informace o Rozšíření

Název Farmville Flash Helper Farmville Flash Helper
ID ddakejacccpjkpbjblhaiajdadpkejeb
Oficiální URL https://chromewebstore.google.com/detail/farmville-flash-helper/ddakejacccpjkpbjblhaiajdadpkejeb
Popis Play Farmville hassle-free on chrome using this latest Extension from Zynga Inc.
Velikost souboru 51.29 KB
Počet instalací 87,455
Aktuální Verze 0.29
Poslední Aktualizace 2020-07-03
Datum Vydání 2020-07-02
Hodnocení 2.47/5 Celkem 577 Hodnocení
Vývojář Zynga, Inc.
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://apps.facebook.com/onthefarm/?fb_source=plugin_store
URL Stránky Nápovědy https://zyngasupport.helpshift.com/a/farmville/?s=farmville-flash-helper
URL Stránky Zásad Ochrany Soukromí https://www.zynga.com/privacy/policy
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Farmville Flash Helper",
    "short_name": "Farmville",
    "version": "0.29",
    "description": "Play Farmville hassle-free on chrome using this latest Extension from Zynga Inc.",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "https:\/\/*.zynga.com\/*",
        "https:\/\/*.farmville.com\/*"
    ],
    "icons": {
        "16": "icons\/FV_logo_16.png",
        "48": "icons\/FV_logo_48.png",
        "128": "icons\/FV_logo_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/FV_logo_24.png"
    },
    "manifest_version": 2,
    "externally_connectable": {
        "matches": [
            "https:\/\/*.farmville.com\/*"
        ]
    }
}