Farmville Flash Helper
Play Farmville hassle-free on chrome using this latest Extension from Zynga Inc.
什么是Farmville Flash Helper?
Farmville Flash Helper是由Zynga, Inc.开发的Chrome扩展程序,该扩展的主要功能是“Play Farmville hassle-free on chrome using this latest Extension from Zynga Inc.”。
扩展截图
下载Farmville Flash Helper扩展crx文件
下载Farmville Flash Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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).
扩展基本信息
名称 | Farmville Flash Helper |
ID | ddakejacccpjkpbjblhaiajdadpkejeb |
官方URL | https://chromewebstore.google.com/detail/farmville-flash-helper/ddakejacccpjkpbjblhaiajdadpkejeb |
简介 | Play Farmville hassle-free on chrome using this latest Extension from Zynga Inc. |
文件大小 | 51.29 KB |
安装次数 | 87,455 |
当前版本 | 0.29 |
更新时间 | 2020-07-03 |
上架时间 | 2020-07-02 |
评分 | 2.47/5 共577次评分 |
开发者 | Zynga, Inc. |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://apps.facebook.com/onthefarm/?fb_source=plugin_store |
帮助页面URL | https://zyngasupport.helpshift.com/a/farmville/?s=farmville-flash-helper |
隐私政策页面URL | https://www.zynga.com/privacy/policy |
支持的语言 | 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\/*" ] } } |