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 |
| 官方網址 | 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"
}
} | |