Hide That

Easily hide unwanted elements on the current page.

什麼是Hide That?

Hide That是由Christian Fritz開發的Chrome擴展程式,該擴展的主要功能是“Easily hide unwanted elements on the current page.”。

擴展截圖

screenshot

下載Hide That擴展crx文件

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

擴展使用說明

                        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
官方網址 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"
        }
    }
}