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
公式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"
        }
    }
}