Fingerprint Spoofing

Modify your broswer fingerprint!

什么是Fingerprint Spoofing?

Fingerprint Spoofing是由leelei开发的Chrome扩展程序,该扩展的主要功能是“Modify your broswer fingerprint!”。

扩展截图

screenshot
screenshot

下载Fingerprint Spoofing扩展crx文件

下载Fingerprint Spoofing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        You can modify the fingerprint of your browser to avoid your private information being tracked

You can select and enter the reserved characters to modify the browser fingerprint.                    

扩展基本信息

名称 Fingerprint Spoofing Fingerprint Spoofing
ID ljdekjlhpjggcjblfgpijbkmpihjfkni
官方URL https://chromewebstore.google.com/detail/fingerprint-spoofing/ljdekjlhpjggcjblfgpijbkmpihjfkni
简介 Modify your broswer fingerprint!
文件大小 51.02 KB
安装次数 34,148
当前版本 1.4.4
更新时间 2024-01-25
上架时间 2020-04-27
评分 4.03/5 共38次评分
开发者 leelei
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://doext.github.io/pp
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fingerprint Spoofing",
    "description": "Modify your broswer fingerprint!",
    "version": "1.4.4",
    "manifest_version": 2,
    "author": "doext",
    "homepage_url": "https:\/\/doext.github.io\/fps",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "cts.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "storage",
        "browsingData"
    ],
    "web_accessible_resources": [
        "cts.js"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "64": "icons\/64.png"
        },
        "default_popup": "setting.html"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "fps@doext"
        }
    }
}