Doom Scroller
Adds the HUD from DOOM and slowly kills you as you scroll
什么是Doom Scroller?
Doom Scroller是由http://defaced.dev开发的Chrome扩展程序,该扩展的主要功能是“Adds the HUD from DOOM and slowly kills you as you scroll”。
扩展截图
下载Doom Scroller扩展crx文件
下载Doom Scroller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The only browser extension to help you avoid endlessly doomscrolling. 扩展基本信息
| 名称 | |
| ID | lgfkkphhpegmangnaelnbkbmonhgjaef |
| 官方URL | https://chrome.google.com/webstore/detail/doom-scroller/lgfkkphhpegmangnaelnbkbmonhgjaef |
| 简介 | Adds the HUD from DOOM and slowly kills you as you scroll |
| 文件大小 | 85.26 KB |
| 安装次数 | 28 |
| 当前版本 | 1.1.1 |
| 更新时间 | 2020-08-07 |
| 上架时间 | 2020-07-27 |
| 评分 | 3.00/5 共1次评分 |
| 开发者 | http://defaced.dev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://defaced.dev/web/doom-scroller/ |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Adds the HUD from DOOM and slowly kills you as you scroll",
"manifest_version": 2,
"name": "Doom Scroller",
"version": "1.1.1",
"homepage_url": "https:\/\/github.com\/workeffortwaste\/doom-scroller",
"icons": {
"128": "webext-res\/icon.png"
},
"background": {
"scripts": [
"webext-res\/background.js"
],
"persistent": true
},
"browser_action": {
"default_title": "Doom Scroller",
"default_icon": {
"32": "webext-res\/toolbar-icon32.png"
}
},
"web_accessible_resources": [
"doom-res\/*"
],
"permissions": [
"storage",
"activeTab",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"options_ui": {
"page": "webext-res\/options.html"
}
} | |