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