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 |
| Eメール | [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"
}
} | |