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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}