blockfp

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

What is blockfp?

blockfp is a Chrome extension developed by ne1l, and its main feature is "拦截常见的浏览器指纹采集,防止被跟踪。".

Download blockfp Extension CRX File

Download blockfp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name blockfp blockfp
ID nmmkcpabegkajjjncacoikpoggfganol
Official URL https://chromewebstore.google.com/detail/blockfp/nmmkcpabegkajjjncacoikpoggfganol
Description 拦截常见的浏览器指纹采集,防止被跟踪。
File Size 29.67 KB
Installation Count 26
Current Version 1.2
Last Updated 2018-01-17
Publish Date 2018-01-17
Rating 5.00/5 Total 1 Ratings
Developer ne1l
Email [email protected]
Payment Type free
Supported Languages 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"
}