Doom element

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

Doom element là gì?

Doom element là một tiện ích mở rộng Chrome được phát triển bởi doomguy, và tính năng chính của nó là "ctrl/cmd+alt click to shoot down dom nodes. ctrl/cmd+z if you miss".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Doom element

Tải xuống các tệp mở rộng Doom element dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Doom element Doom element
ID abmdhhfbjcbloljngggdajoikodeabcc
URL Chính Thức https://chrome.google.com/webstore/detail/doom-element/abmdhhfbjcbloljngggdajoikodeabcc
Mô tả ctrl/cmd+alt click to shoot down dom nodes. ctrl/cmd+z if you miss
Kích Thước Tệp 38.59 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2022-11-15
Ngày Phát Hành 2021-02-28
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển doomguy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/sktt/doom_element
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}