Flippr Flash Enabler
Allows Flippr to automatically run Flash Player
什么是Flippr Flash Enabler?
Flippr Flash Enabler是由http://flippr.network开发的Chrome扩展程序,该扩展的主要功能是“Allows Flippr to automatically run Flash Player”。
扩展截图
下载Flippr Flash Enabler扩展crx文件
下载Flippr Flash Enabler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This auto enables flash for Flippr.network. This will be deprecated in the future when we switch to HTML5. 扩展基本信息
| 名称 | |
| ID | ffanchcjbhcfdbinfikgiifjhamojmdc |
| 官方URL | https://chrome.google.com/webstore/detail/flippr-flash-enabler/ffanchcjbhcfdbinfikgiifjhamojmdc |
| 简介 | Allows Flippr to automatically run Flash Player |
| 文件大小 | 24.07 KB |
| 安装次数 | 1,876 |
| 当前版本 | 0.4.1 |
| 更新时间 | 2020-07-04 |
| 上架时间 | 2020-07-04 |
| 评分 | 4.20/5 共10次评分 |
| 开发者 | http://flippr.network |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://flippr.network |
| 帮助页面URL | https://discord.gg/Dtnrgea |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Flippr Flash Enabler",
"version": "0.4.1",
"description": "Allows Flippr to automatically run Flash Player",
"permissions": [
"contentSettings"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": {
"32": "32.png"
}
},
"icons": {
"32": "32.png",
"48": "48.png",
"128": "128.png",
"192": "192.png"
},
"short_name": "FFE",
"manifest_version": 2
} | |