Hide That

Easily hide unwanted elements on the current page.

Hide That क्या है?

Hide That Christian Fritz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily hide unwanted elements on the current page."।

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

screenshot

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

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

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

                        Hide unwanted elements on a web page with a (right)click!

Activate this extension on the current page with Alt+z. Once activated, elements will be highlighted using a red frame when hovering over them. Right-click these elements to hide them. Once you are done hiding what you want, you can press Alt+z again to stop the hovering effect. Note that upon activation also all iFrames (embedded) will be hidden from the page.

Unlike other extensions, this one does not require any permissions. In particular, this extension cannot read all web-pages you visit (which is a permission most other extensions that are similar to this one require).                    

एक्सटेंशन की मूल जानकारी

नाम Hide That Hide That
ID amdmpimicddfmkpfnbdninilbofcocmh
आधिकारिक URL https://chromewebstore.google.com/detail/hide-that/amdmpimicddfmkpfnbdninilbofcocmh
विवरण Easily hide unwanted elements on the current page.
फ़ाइल का आकार 3.91 KB
स्थापना संख्या 15
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2018-06-13
प्रकाशन तिथि 2018-06-12
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Christian Fritz
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide That",
    "version": "0.2.1",
    "description": "Easily hide unwanted elements on the current page.",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "enable-hide": {
            "suggested_key": {
                "default": "Alt+Z"
            },
            "description": "Toggle rightclick-to-hide"
        }
    }
}