Kubbo Flash Enabler
Activa Flash Player Automáticamente en Kubbo
什么是Kubbo Flash Enabler?
Kubbo Flash Enabler是由https://kubbo.us开发的Chrome扩展程序,该扩展的主要功能是“Activa Flash Player Automáticamente en Kubbo”。
扩展截图
下载Kubbo Flash Enabler扩展crx文件
下载Kubbo Flash Enabler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Olvídate de activar Adobe Flash Player cada vez que ingreses al Kubbo, ahora todo es mucho más fácil, sencillo y practico. Accede a tu comunidad favorita sin tener que activar Flash Player o instalar extensiones individuales. Nosotros te brindamos una única extensión para que puedas ingresar a Kubbos cuando deseas. 扩展基本信息
| 名称 | |
| ID | ihbmfpnmlhologlhoakkickmgebnheab |
| 官方URL | https://chromewebstore.google.com/detail/kubbo-flash-enabler/ihbmfpnmlhologlhoakkickmgebnheab |
| 简介 | Activa Flash Player Automáticamente en Kubbo |
| 文件大小 | 310 KB |
| 安装次数 | 445 |
| 当前版本 | 2.5 |
| 更新时间 | 2020-07-11 |
| 上架时间 | 2020-05-30 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://kubbo.us |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://kubbo.city |
| 帮助页面URL | https://kubbo.city |
| 支持的语言 | es-419 |
| manifest.json | |
{
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "images\/icon-16.png",
"default_popup": "index.html",
"default_title": "Kubbo Flash Enabler"
},
"description": "Activa Flash Player Autom\u00e1ticamente en Kubbo",
"homepage_url": "https:\/\/kubbo.city",
"icons": {
"128": "images\/icon-128.png",
"16": "images\/icon-16.png",
"196": "images\/icon-196.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png"
},
"manifest_version": 2,
"minimum_chrome_version": "66",
"name": "Kubbo Flash Enabler",
"permissions": [
"contentSettings"
],
"short_name": "KubboMassiveFlashEnabler",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.5"
} | |