Doom Scroller

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

Was ist Doom Scroller?

Doom Scroller ist eine Chrome-Erweiterung, die von http://defaced.dev entwickelt wurde, und ihr Hauptmerkmal ist "Adds the HUD from DOOM and slowly kills you as you scroll".

Erweiterungsscreenshots

screenshot

Doom Scroller-Erweiterungs-CRX-Datei herunterladen

Laden Sie Doom Scroller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The only browser extension to help you avoid endlessly doomscrolling.                    

Grundlegende Informationen zur Erweiterung

Name Doom Scroller Doom Scroller
ID lgfkkphhpegmangnaelnbkbmonhgjaef
Offizielle URL https://chrome.google.com/webstore/detail/doom-scroller/lgfkkphhpegmangnaelnbkbmonhgjaef
Beschreibung Adds the HUD from DOOM and slowly kills you as you scroll
Dateigröße 85.26 KB
Installationsanzahl 28
Aktuelle Version 1.1.1
Letztes Update 2020-08-07
Veröffentlichungsdatum 2020-07-27
Bewertung 3.00/5 Insgesamt 1 Bewertungen
Entwickler http://defaced.dev
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://defaced.dev/web/doom-scroller/
Unterstützte Sprachen 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"
    }
}