Doom Scroller

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

Doom Scroller là gì?

Doom Scroller là một tiện ích mở rộng Chrome được phát triển bởi http://defaced.dev, và tính năng chính của nó là "Adds the HUD from DOOM and slowly kills you as you scroll".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Doom Scroller

Tải xuống các tệp mở rộng Doom Scroller dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The only browser extension to help you avoid endlessly doomscrolling.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Doom Scroller Doom Scroller
ID lgfkkphhpegmangnaelnbkbmonhgjaef
URL Chính Thức https://chrome.google.com/webstore/detail/doom-scroller/lgfkkphhpegmangnaelnbkbmonhgjaef
Mô tả Adds the HUD from DOOM and slowly kills you as you scroll
Kích Thước Tệp 85.26 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2020-08-07
Ngày Phát Hành 2020-07-27
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://defaced.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://defaced.dev/web/doom-scroller/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}