Yobit - hide dice form
Hide dice form on https://yobit.net to prevent money lose on accidentally clicks
什么是Yobit - hide dice form?
Yobit - hide dice form是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Hide dice form on https://yobit.net to prevent money lose on accidentally clicks”。
扩展截图
下载Yobit - hide dice form扩展crx文件
下载Yobit - hide dice form扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hide dice form (below chat) on https://yobit.net to prevent money lose on accidentally clicks. 扩展基本信息
| 名称 | |
| ID | dnjfnleppdfniifabmkmeonjmhbbapoh |
| 官方URL | https://chromewebstore.google.com/detail/yobit-hide-dice-form/dnjfnleppdfniifabmkmeonjmhbbapoh |
| 简介 | Hide dice form on https://yobit.net to prevent money lose on accidentally clicks |
| 文件大小 | 86.58 KB |
| 安装次数 | 24 |
| 当前版本 | 1.2.0 |
| 更新时间 | 2018-04-23 |
| 上架时间 | 2018-04-23 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"all_frames": true,
"run_at": "document_start",
"js": [
"includes\/content.js"
]
}
],
"name": "Yobit - hide dice form",
"icons": {
"128": "icons\/icon128.png",
"48": "icons\/icon48.png",
"16": "icons\/icon16.png"
},
"web_accessible_resources": [
"res\/*",
"assets\/*",
"icons\/*"
],
"description": "Hide dice form on https:\/\/yobit.net to prevent money lose on accidentally clicks",
"background": {
"page": "background.html"
},
"version": "1.2.0",
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"contextMenus",
"webNavigation"
]
} | |