Doom element

ctrl/cmd+alt click to shoot down dom nodes. ctrl/cmd+z if you miss

Wat is Doom element?

Doom element is een Chrome-extensie ontwikkeld door doomguy, en de belangrijkste functie is "ctrl/cmd+alt click to shoot down dom nodes. ctrl/cmd+z if you miss".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Doom element

Download Doom element-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Remove annoyances from pages with some memorable sound effects. Doom element let's you remove DOM elements by clicking them while pressing ctrl+alt on Window and Linux and cmd+option on Mac. It also keeps track of elements recently removed so that they can be restored by pressing ctrl+z (cmd+z on mac). 

The changes are not permanent: reload the page and it's back to normal.

It's a just a few lines of code that you're welcome to have a look at (see the website).

Note: doom element respects the content security policy of websites so it won't load any sound effects on websites that disallow it (eg. duckduckgo, twitter)                    

Basisinformatie over de Extensie

Naam Doom element Doom element
ID abmdhhfbjcbloljngggdajoikodeabcc
Officiële URL https://chrome.google.com/webstore/detail/doom-element/abmdhhfbjcbloljngggdajoikodeabcc
Beschrijving ctrl/cmd+alt click to shoot down dom nodes. ctrl/cmd+z if you miss
Bestandsgrootte 38.59 KB
Aantal Installaties 111
Huidige Versie 1.1.3
Laatst Bijgewerkt 2022-11-15
Publicatiedatum 2021-02-28
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar doomguy
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/sktt/doom_element
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Doom element",
    "description": "ctrl\/cmd+alt click to shoot down dom nodes. ctrl\/cmd+z if you miss",
    "version": "1.1.3",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ]
}