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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    }
}