PrivacyScreen

Hide HTML Body while mouse not hovering over window

PrivacyScreen란 무엇입니까?

PrivacyScreen은(는) https://wpooley.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide HTML Body while mouse not hovering over window"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

PrivacyScreen 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Privacy Screen is a Chrome Extension that hides HTML Body while mouse not hovering over window.

Under the configuration, you will be able to choose the mode in which the extension operates (blacklist/whitelist)
With blacklist mode, site you enter to the blacklist will be hidden when your mouse is not over the window. In whitelist mode is the opposite of blacklist, and will apply the privacy screen to all sites, except the ones entered into the whitelist.                    

확장 프로그램 기본 정보

이름 PrivacyScreen PrivacyScreen
ID bndclkkabaajpgnfimggpjkjbocchjco
공식 URL https://chromewebstore.google.com/detail/privacyscreen/bndclkkabaajpgnfimggpjkjbocchjco
설명 Hide HTML Body while mouse not hovering over window
파일 크기 38.07 KB
설치 횟수 521
현재 버전 1.2
최근 업데이트 2018-05-02
출시 날짜 2018-05-02
평점 5.00/5 총 2 개의 평점
개발자 https://wpooley.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PrivacyScreen",
    "description": "Hide HTML Body while mouse not hovering over window",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}