Nuke Anything

Allows hiding of almost anything via context menu.

Nuke Anything क्या है?

Nuke Anything patrick.abisalloum द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows hiding of almost anything via context menu."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Nuke Anything एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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__"
        }
    }
}