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