HarbyAutoFlash
Libera o flashplayer automaticamente nos site do Harby
什么是HarbyAutoFlash?
HarbyAutoFlash是由hrharbyhotel开发的Chrome扩展程序,该扩展的主要功能是“Libera o flashplayer automaticamente nos site do Harby”。
扩展截图
下载HarbyAutoFlash扩展crx文件
下载HarbyAutoFlash扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Essa extensão habilitará o Adobe Flash Player automaticamente no seu navegador quando você acessar o nosso hotel, garantindo a entrada ao nosso jogo. 扩展基本信息
| 名称 | |
| ID | kopkanekaeagohinknbehaeaiodihpnk |
| 官方URL | https://chromewebstore.google.com/detail/harbyautoflash/kopkanekaeagohinknbehaeaiodihpnk |
| 简介 | Libera o flashplayer automaticamente nos site do Harby |
| 文件大小 | 18.22 KB |
| 安装次数 | 75 |
| 当前版本 | 1.3 |
| 更新时间 | 2020-06-22 |
| 上架时间 | 2020-06-22 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | hrharbyhotel |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://harbyhotel.com |
| 帮助页面URL | https://github.com/dreuzinho |
| 支持的语言 | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "HarbyAutoFlash",
"version": "1.3",
"description": "Libera o flashplayer automaticamente nos site do Harby",
"author": [
{
"name": "dr3w",
"email": "[email protected]",
"social": "@dreuslsyfk"
}
],
"permissions": [
"contentSettings"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"128": "images\/128.png"
}
} | |