PixelBlock 2

PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.

PixelBlock 2란 무엇입니까?

PixelBlock 2은(는) Tab Manager Plus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        PixelBlock 2 is a Gmail extension that blocks people from tracking when you open or read their emails.

Note: PixelBlock 2 is a fork of the original PixelBlock extension, with small improvements to make it work with the new Gmail Inbox interface.                    

확장 프로그램 기본 정보

이름 PixelBlock 2 PixelBlock 2
ID eaheehidcidghlmmpdogfhgmibpelndm
공식 URL https://chromewebstore.google.com/detail/pixelblock-2/eaheehidcidghlmmpdogfhgmibpelndm
설명 PixelBlock 2 is a Gmail extension that blocks people from tracking when you open/read their emails. A fork of the original.
파일 크기 156 KB
설치 횟수 9,000
현재 버전 2018.06.27
최근 업데이트 2018-06-27
출시 날짜 2018-06-27
평점 3.40/5 총 5 개의 평점
개발자 Tab Manager Plus
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PixelBlock 2",
    "short_name": "PixelBlock 2",
    "version": "2018.06.27",
    "permissions": [
        "*:\/\/*.googleusercontent.com\/proxy\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "description": "PixelBlock 2 is a Gmail extension that blocks people from tracking when you open\/read their emails. A fork of the original.",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "icons": {
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "cs.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "scripts\/*.js",
        "images\/*.png",
        "styles\/*.css"
    ]
}