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