Doom Scroller
Adds the HUD from DOOM and slowly kills you as you scroll
Co to jest Doom Scroller?
Doom Scroller to rozszerzenie Chrome opracowane przez http://defaced.dev, a jego główną funkcją jest „Adds the HUD from DOOM and slowly kills you as you scroll”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Doom Scroller
Pobierz pliki rozszerzeń Doom Scroller w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
The only browser extension to help you avoid endlessly doomscrolling.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lgfkkphhpegmangnaelnbkbmonhgjaef |
Oficjalny URL | https://chrome.google.com/webstore/detail/doom-scroller/lgfkkphhpegmangnaelnbkbmonhgjaef |
Opis | Adds the HUD from DOOM and slowly kills you as you scroll |
Rozmiar pliku | 85.26 KB |
Liczba instalacji | 28 |
Aktualna Wersja | 1.1.1 |
Ostatnia Aktualizacja | 2020-08-07 |
Data Publikacji | 2020-07-27 |
Ocena | 3.00/5 Łącznie 1 Oceny |
Deweloper | http://defaced.dev |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://defaced.dev/web/doom-scroller/ |
Obsługiwane Języki | 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" } } |