Hide That

Easily hide unwanted elements on the current page.

What is Hide That?

Hide That is a Chrome extension developed by Christian Fritz, and its main feature is "Easily hide unwanted elements on the current page.".

Extension Screenshots

screenshot

Download Hide That Extension CRX File

Download Hide That extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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).                    

Extension Basic Information

Name Hide That Hide That
ID amdmpimicddfmkpfnbdninilbofcocmh
Official URL https://chromewebstore.google.com/detail/hide-that/amdmpimicddfmkpfnbdninilbofcocmh
Description Easily hide unwanted elements on the current page.
File Size 3.91 KB
Installation Count 15
Current Version 0.2.1
Last Updated 2018-06-13
Publish Date 2018-06-12
Rating 5.00/5 Total 1 Ratings
Developer Christian Fritz
Payment Type free
Supported Languages 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"
        }
    }
}