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
Eメール [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
        }
    ]
}