All Fingerprint Defender

All in one fingerprint protection - protect against Canvas, WebGL, Font, AudioContext fingerprinting in your browser.

All Fingerprint Defenderคืออะไร?

All Fingerprint Defender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://afixer.app และคุณลักษณะหลักของมันคือ "All in one fingerprint protection - protect against Canvas, WebGL, Font, AudioContext fingerprinting in your browser."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย All Fingerprint Defender

ดาวน์โหลดไฟล์ส่วนขยาย All Fingerprint Defender ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Comprehensive Fingerprint Protection – Safeguarding Against Canvas, WebGL, Font, and AudioContext Fingerprinting in Your Browser.

Key Features:
☆ Detection and Protection against Canvas, WebGL, Font, and AudioContext Fingerprinting
☆ Whitelist for excluding protection on specific websites
☆ Capture and Display Canvas Fingerprint

Instead of outright blocking fingerprints, this extension adds a subtle layer of noise to the existing fingerprint, refreshing it whenever you visit a website or refresh a page.

Verified and Confirmed as Functional as of August 2023:
- https://fingerprintjs.github.io/fingerprintjs
- https://fingerprint.com/demo (Please clear cookies before reloading.)
- https://browserleaks.com/canvas
- https://browserleaks.com/webgl
- https://browserleaks.com/fonts
- https://webbrowsertools.com/font-fingerprint
- https://webbrowsertools.com/canvas-fingerprint
- https://webbrowsertools.com/webgl-fingerprint
- https://webbrowsertools.com/audiocontext-fingerprint
- https://abrahamjuliot.github.io/creepjs
- https://iphey.com
- https://pixelscan.net/frequency                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ All Fingerprint Defender All Fingerprint Defender
ID meojnmfhjkahlfcecpdcdgjclcilmaij
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/all-fingerprint-defender/meojnmfhjkahlfcecpdcdgjclcilmaij
คำอธิบาย All in one fingerprint protection - protect against Canvas, WebGL, Font, AudioContext fingerprinting in your browser.
ขนาดไฟล์ 67 KB
จำนวนการติดตั้ง 5,000
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2023-12-27
วันที่เผยแพร่ 2023-08-19
คะแนน 3.95/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://afixer.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://afixer.app/fingerprint-defender
URL หน้าช่วยเหลือ https://afixer.app/fingerprint-defender/support
URL หน้านโยบายความเป็นส่วนตัว https://afixer.app/privacy-policy.txt
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ExtensionName__",
    "description": "__MSG_ExtensionDescription__",
    "version": "1.0.5",
    "manifest_version": 3,
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icon-24.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": ".\/assets\/chunk-b4410958.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/chunk-16ff15da.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "match_origin_as_fallback": true,
            "world": "ISOLATED",
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "assets\/chunk-7ce85519.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "match_origin_as_fallback": true,
            "world": "MAIN",
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "assets\/chunk-aaea1190.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "match_origin_as_fallback": true,
            "world": "ISOLATED",
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/chunk-16ff15da.js",
                "assets\/chunk-7ce85519.js",
                "assets\/chunk-aaea1190.js"
            ],
            "use_dynamic_url": true
        }
    ]
}