Doom Scroller

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

Doom Scroller क्या है?

Doom Scroller http://defaced.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds the HUD from DOOM and slowly kills you as you scroll"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Doom Scroller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}