BP Privacy Block All Font and Glyph Detection

Automatic blocking of all font detection for browser fingerprinting.

BP Privacy Block All Font and Glyph Detection란 무엇입니까?

BP Privacy Block All Font and Glyph Detection은(는) Browser Plugs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatic blocking of all font detection for browser fingerprinting."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

BP Privacy Block All Font and Glyph Detection 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Block detection of installed device fonts to prevent fingerprinting without changing website fonts or appearance or functionality.

Simple and automatic extension will show 0 fonts detected and no unique glyph for each base type.

Version 2.0 released August 18th, 2018. This extension is now more difficult to detect by aggressive fingerprinting scripts, no longer requires any permissions of any kind, improves reliability, and keeps you protected while improving compatibility with your favorite websites and services.                    

확장 프로그램 기본 정보

이름 BP Privacy Block All Font and Glyph Detection BP Privacy Block All Font and Glyph Detection
ID bfoidacjeobbnkpoemlfllfmmnbogcig
공식 URL https://chrome.google.com/webstore/detail/bp-privacy-block-all-font/bfoidacjeobbnkpoemlfllfmmnbogcig
설명 Automatic blocking of all font detection for browser fingerprinting.
파일 크기 31.63 KB
설치 횟수 8,000
현재 버전 2.0.1
최근 업데이트 2018-08-18
출시 날짜 2018-08-18
평점 5.00/5 총 4 개의 평점
개발자 Browser Plugs
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.browserplugs.com
개인정보 보호 정책 페이지 URL https://www.browserplugs.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BP Privacy Block All Font and Glyph Detection",
    "description": "Automatic blocking of all font detection for browser fingerprinting.",
    "version": "2.0.1",
    "author": "Browser Plugs",
    "homepage_url": "https:\/\/www.BrowserPlugs.com",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "Browser Plugs is Blocking All Font Glyph Detection"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "web_accessible_resources": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}