Doom Scroller
Adds the HUD from DOOM and slowly kills you as you scroll
Cos'è Doom Scroller?
Doom Scroller è un'estensione di Chrome sviluppata da http://defaced.dev, e la sua funzione principale è "Adds the HUD from DOOM and slowly kills you as you scroll".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Doom Scroller
Scarica i file di estensione Doom Scroller in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The only browser extension to help you avoid endlessly doomscrolling. Informazioni di Base sull'Estensione
| Nome | |
| ID | lgfkkphhpegmangnaelnbkbmonhgjaef |
| URL Ufficiale | https://chrome.google.com/webstore/detail/doom-scroller/lgfkkphhpegmangnaelnbkbmonhgjaef |
| Descrizione | Adds the HUD from DOOM and slowly kills you as you scroll |
| Dimensione del File | 85.26 KB |
| Conteggio Installazioni | 28 |
| Versione Corrente | 1.1.1 |
| Ultimo Aggiornamento | 2020-08-07 |
| Data di Pubblicazione | 2020-07-27 |
| Valutazione | 3.00/5 Totale 1 Valutazioni |
| Sviluppatore | http://defaced.dev |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://defaced.dev/web/doom-scroller/ |
| Lingue Supportate | 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"
}
} | |