blockfp

拦截常见的浏览器指纹采集,防止被跟踪。

Wat is blockfp?

blockfp is een Chrome-extensie ontwikkeld door ne1l, en de belangrijkste functie is "拦截常见的浏览器指纹采集,防止被跟踪。".

Download het CRX-bestand van de extensie blockfp

Download blockfp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        拦截常见的浏览器指纹采集,防止被跟踪。                    

Basisinformatie over de Extensie

Naam blockfp blockfp
ID nmmkcpabegkajjjncacoikpoggfganol
Officiële URL https://chromewebstore.google.com/detail/blockfp/nmmkcpabegkajjjncacoikpoggfganol
Beschrijving 拦截常见的浏览器指纹采集,防止被跟踪。
Bestandsgrootte 29.67 KB
Aantal Installaties 26
Huidige Versie 1.2
Laatst Bijgewerkt 2018-01-17
Publicatiedatum 2018-01-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ne1l
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen zh-CN
manifest.json
{
    "name": "blockfp",
    "manifest_version": 2,
    "version": "1.2",
    "description": "\u62e6\u622a\u5e38\u89c1\u7684\u6d4f\u89c8\u5668\u6307\u7eb9\u91c7\u96c6\uff0c\u9632\u6b62\u88ab\u8ddf\u8e2a\u3002",
    "author": "Ne1l Lee",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "page_action": [],
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/contentscript.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "background"
    ],
    "web_accessible_resources": [
        "script.js"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}