Doom Scroller

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

What is Doom Scroller?

Doom Scroller is a Chrome extension developed by http://defaced.dev, and its main feature is "Adds the HUD from DOOM and slowly kills you as you scroll".

Extension Screenshots

screenshot

Download Doom Scroller Extension CRX File

Download Doom Scroller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The only browser extension to help you avoid endlessly doomscrolling.                    

Extension Basic Information

Name Doom Scroller Doom Scroller
ID lgfkkphhpegmangnaelnbkbmonhgjaef
Official URL https://chrome.google.com/webstore/detail/doom-scroller/lgfkkphhpegmangnaelnbkbmonhgjaef
Description Adds the HUD from DOOM and slowly kills you as you scroll
File Size 85.26 KB
Installation Count 28
Current Version 1.1.1
Last Updated 2020-08-07
Publish Date 2020-07-27
Rating 3.00/5 Total 1 Ratings
Developer http://defaced.dev
Email [email protected]
Payment Type free
Extension Website https://defaced.dev/web/doom-scroller/
Supported Languages 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"
    }
}