Doom Scroller

Adds the HUD from DOOM and slowly kills you as you scroll

Doom Scrollerคืออะไร?

Doom Scroller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://defaced.dev และคุณลักษณะหลักของมันคือ "Adds the HUD from DOOM and slowly kills you as you scroll"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Doom Scroller

ดาวน์โหลดไฟล์ส่วนขยาย Doom Scroller ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The only browser extension to help you avoid endlessly doomscrolling.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Doom Scroller Doom Scroller
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"
    }
}