Doom element

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

Doom element क्या है?

Doom element doomguy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ctrl/cmd+alt click to shoot down dom nodes. ctrl/cmd+z if you miss"।

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

screenshot

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

crx प्रारूप में Doom element एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
        }
    ]
}