Nuke Anything

Allows hiding of almost anything via context menu.

什麼是Nuke Anything?

Nuke Anything是由patrick.abisalloum開發的Chrome擴展程式,該擴展的主要功能是“Allows hiding of almost anything via context menu.”。

擴展截圖

screenshot
screenshot
screenshot

下載Nuke Anything擴展crx文件

下載Nuke Anything擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Allows you to hide almost anything in a page by activating "Nuke on [x] key" mode.

In this mode, you can remove as many elements as you want by repeatedly pressing the [X] key on the keyboard while moving the mouse around.

The [U] key will undo last remove.
The [Esc] Key will exit this mode and go back to normal.

Please note that you can undo removing of objects only, undoing the removing of selections is not yet supported.


You can also remove items by right clicking and choosing remove                    

擴展基本資訊

名稱 Nuke Anything Nuke Anything
ID ghoehocgoliemjdnbjjcaohgofgpkfgg
官方網址 https://chromewebstore.google.com/detail/nuke-anything/ghoehocgoliemjdnbjjcaohgofgpkfgg
簡介 Allows hiding of almost anything via context menu.
檔案大小 53.12 KB
安裝次數 4,365
目前版本 2.4.1
更新時間 2021-07-29
上架時間 2017-10-09
評分 3.08/5 共 13 次評分
開發者 patrick.abisalloum
電子郵箱 [email protected]
付費類型 free
支援的語言 de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "applications": {
        "gecko": {
            "id": "{1ced4832-f06e-413f-aa14-9eb63ad40ace}"
        }
    },
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "Patrick Abi Salloum",
    "version": "2.4.1",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "icons\/nae-16.png",
        "32": "icons\/nae-32.png",
        "48": "icons\/nae-48.png",
        "96": "icons\/nae-96.png"
    },
    "browser_action": {
        "default_icon": "icons\/nae-32.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "init.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "background": {
        "scripts": [
            "nae.js"
        ]
    },
    "commands": {
        "nuke_on_x": {
            "suggested_key": {
                "default": "Alt+Shift+X"
            },
            "description": "__MSG_menu_nuke_on_x__"
        }
    }
}