Farmtown Flash Enabler
Allow Farmtown to enable Flash by default in Chrome
什么是Farmtown Flash Enabler?
Farmtown Flash Enabler是由Farmtown开发的Chrome扩展程序,该扩展的主要功能是“Allow Farmtown to enable Flash by default in Chrome”。
扩展截图
下载Farmtown Flash Enabler扩展crx文件
下载Farmtown Flash Enabler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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).
扩展基本信息
名称 | |
ID | iiaaidojlpkackffhmogpjgofcnjmclp |
官方URL | https://chrome.google.com/webstore/detail/farmtown-flash-enabler/iiaaidojlpkackffhmogpjgofcnjmclp |
简介 | Allow Farmtown to enable Flash by default in Chrome |
文件大小 | 49.89 KB |
安装次数 | 29,357 |
当前版本 | 1.0 |
更新时间 | 2019-01-23 |
上架时间 | 2019-01-23 |
评分 | 2.61/5 共64次评分 |
开发者 | Farmtown |
付费类型 | free |
支持的语言 | 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 } } |