Joseph Joestar errors
Jojo reacts to browser errors
什么是Joseph Joestar errors?
Joseph Joestar errors是由João开发的Chrome扩展程序,该扩展的主要功能是“Jojo reacts to browser errors”。
扩展截图
下载Joseph Joestar errors扩展crx文件
下载Joseph Joestar errors扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Plays a sound with a Joseph Joestar reaction when a page could not be loaded.
Also plays a sound when accessing certain URLs (with the word "world" in them).
The speed and volume of the sounds are configurable.
I don't own anything, please don't sue me. 扩展基本信息
| 名称 | |
| ID | hpocdhebfmmoaicegpnemlnieoiklhpn |
| 官方URL | https://chrome.google.com/webstore/detail/joseph-joestar-errors/hpocdhebfmmoaicegpnemlnieoiklhpn |
| 简介 | Jojo reacts to browser errors |
| 文件大小 | 1.16 MB |
| 安装次数 | 155 |
| 当前版本 | 1.2 |
| 更新时间 | 2020-03-21 |
| 上架时间 | 2020-03-19 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | João |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Joseph Joestar errors",
"description": "Jojo reacts to browser errors",
"short_name": "Jojo errors",
"version": "1.2",
"manifest_version": 2,
"permissions": [
"webNavigation"
],
"background": {
"scripts": [
"common.js",
"background.js"
]
},
"browser_action": {
"default_icon": "jj 32.png",
"default_title": "Settings",
"default_popup": "popup.html"
},
"icons": {
"16": "jj 16.png",
"48": "jj 48.png",
"128": "jj 128.png",
"256": "jj 256.png"
}
} | |