Hekos Flash Enabler
Automatically enable the Adobe Flash plugin for Camelot Community by Mart1n
什么是Hekos Flash Enabler?
Hekos Flash Enabler是由https://hekos.es开发的Chrome扩展程序,该扩展的主要功能是“Automatically enable the Adobe Flash plugin for Camelot Community by Mart1n”。
扩展截图
下载Hekos Flash Enabler扩展crx文件
下载Hekos Flash Enabler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extensión automática para permitir Flash en tu navegador.
扩展基本信息
名称 | Hekos Flash Enabler |
ID | bknmebgebcohbhbmcknkjbkfheddhjlo |
官方URL | https://chromewebstore.google.com/detail/hekos-flash-enabler/bknmebgebcohbhbmcknkjbkfheddhjlo |
简介 | Automatically enable the Adobe Flash plugin for Camelot Community by Mart1n |
文件大小 | 483 KB |
安装次数 | 461 |
当前版本 | 1.0.8 |
更新时间 | 2020-04-16 |
上架时间 | 2020-04-16 |
评分 | 4.50/5 共8次评分 |
开发者 | https://hekos.es |
付费类型 | free |
扩展官网 | https://hekos.es |
帮助页面URL | https://hekos.es |
支持的语言 | es |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon-96x96.png", "default_popup": "index.html", "default_title": "Hekos Flash Enabler" }, "description": "Automatically enable the Adobe Flash plugin for Camelot Community by Mart1n", "homepage_url": "https:\/\/www.hekos.es", "icons": { "512": "images\/icon-512x512.png", "384": "images\/icon-384x384.png", "192": "images\/icon-192x192.png", "152": "images\/icon-152x152.png", "144": "images\/icon-144x144.png", "128": "images\/icon-128x128.png", "96": "images\/icon-96x96.png", "72": "images\/icon-72x72.png" }, "manifest_version": 2, "minimum_chrome_version": "66", "name": "Hekos Flash Enabler", "permissions": [ "contentSettings" ], "short_name": "HekosFlashEnabler", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.8" } |