Doom element

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

什麼是Doom element?

Doom element是由doomguy開發的Chrome擴展程式,該擴展的主要功能是“ctrl/cmd+alt click to shoot down dom nodes. ctrl/cmd+z if you miss”。

擴展截圖

screenshot

下載Doom element擴展crx文件

下載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
官方網址 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
        }
    ]
}