Doom element

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

Τι είναι το Doom element;

Το Doom element είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον doomguy, και η κύρια λειτουργία του είναι "ctrl/cmd+alt click to shoot down dom nodes. ctrl/cmd+z if you miss".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Doom element

Λήψη αρχείων επέκτασης Doom element σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Doom element Doom element
ID abmdhhfbjcbloljngggdajoikodeabcc
Επίσημο URL https://chrome.google.com/webstore/detail/doom-element/abmdhhfbjcbloljngggdajoikodeabcc
Περιγραφή ctrl/cmd+alt click to shoot down dom nodes. ctrl/cmd+z if you miss
Μέγεθος Αρχείου 38.59 KB
Αριθμός Εγκαταστάσεων 111
Τρέχουσα Έκδοση 1.1.3
Τελευταία Ενημέρωση 2022-11-15
Ημερομηνία Δημοσίευσης 2021-02-28
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής doomguy
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/sktt/doom_element
Υποστηριζόμενες Γλώσσες 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
        }
    ]
}