Nuke Anything

Allows hiding of almost anything via context menu.

Nuke Anything là gì?

Nuke Anything là một tiện ích mở rộng Chrome được phát triển bởi patrick.abisalloum, và tính năng chính của nó là "Allows hiding of almost anything via context menu.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Nuke Anything 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

                        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                    

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

Tên Nuke Anything Nuke Anything
ID ghoehocgoliemjdnbjjcaohgofgpkfgg
URL Chính Thức https://chromewebstore.google.com/detail/nuke-anything/ghoehocgoliemjdnbjjcaohgofgpkfgg
Mô tả Allows hiding of almost anything via context menu.
Kích Thước Tệp 53.12 KB
Số Lần Cài Đặt 4,365
Phiên Bản Hiện Tại 2.4.1
Cập Nhật Lần Cuối 2021-07-29
Ngày Phát Hành 2017-10-09
Đánh Giá 3.08/5 Tổng số 13 Đánh Giá
Nhà Phát Triển patrick.abisalloum
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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__"
        }
    }
}