Insight Flash Enabler
Automatically enables Flash in Insight CatRiskScore.
什么是Insight Flash Enabler?
Insight Flash Enabler是由icgtools开发的Chrome扩展程序,该扩展的主要功能是“Automatically enables Flash in Insight CatRiskScore.”。
扩展截图
下载Insight Flash Enabler扩展crx文件
下载Insight Flash Enabler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Enables Flash by Default.
扩展基本信息
名称 | Insight Flash Enabler |
ID | fobmmdchgankdkbnjdcaglhpajmpopge |
官方URL | https://chromewebstore.google.com/detail/insight-flash-enabler/fobmmdchgankdkbnjdcaglhpajmpopge |
简介 | Automatically enables Flash in Insight CatRiskScore. |
文件大小 | 68.46 KB |
安装次数 | 463 |
当前版本 | 1.0.0 |
更新时间 | 2019-03-06 |
上架时间 | 2019-03-05 |
开发者 | icgtools |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "version": "1.0.0", "description": "__MSG_extDescription__", "options_page": "options.html", "permissions": [ "contentSettings" ], "icons": { "16": "extension_icon16.png" }, "background": { "scripts": [ "install.js" ], "persistent": false }, "minimum_chrome_version": "16.0.912", "default_locale": "en", "manifest_version": 2 } |