GamePoint Flash Enabler
This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.
什么是GamePoint Flash Enabler?
GamePoint Flash Enabler是由http://www.gamepoint.com开发的Chrome扩展程序,该扩展的主要功能是“This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.”。
扩展截图
下载GamePoint Flash Enabler扩展crx文件
下载GamePoint Flash Enabler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension enables flash for the GamePoint games so you don't have to. 扩展基本信息
| 名称 | |
| ID | hondlccdejidmimngjiikdpfojbkamlf |
| 官方URL | https://chrome.google.com/webstore/detail/gamepoint-flash-enabler/hondlccdejidmimngjiikdpfojbkamlf |
| 简介 | This extension makes sure you never have to press allow Flash again in any of the GamePoint Games. |
| 文件大小 | 701 KB |
| 安装次数 | 50,000 |
| 当前版本 | 1.3 |
| 更新时间 | 2020-05-29 |
| 上架时间 | 2020-05-28 |
| 评分 | 2.95/5 共41次评分 |
| 开发者 | http://www.gamepoint.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.gamepoint.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "GamePoint Flash Enabler",
"short_name": "GamePoint Flash Enabler",
"description": "This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.",
"version": "1.3",
"permissions": [
"contentSettings"
],
"browser_action": {
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png",
"256": "images\/icon256.png"
},
"default_title": "GamePoint Flash Enabler"
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png",
"256": "images\/icon256.png"
},
"incognito": "split",
"background": {
"scripts": [
"js\/flashenabler.js"
],
"persistent": false
}
} | |