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ファイルをダウンロード

BP Privacy Block All Font and Glyph Detection拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}