Fingerprint Spoofing

Modify your broswer fingerprint!

What is Fingerprint Spoofing?

Fingerprint Spoofing is a Chrome extension developed by leelei, and its main feature is "Modify your broswer fingerprint!".

Extension Screenshots

screenshot
screenshot

Download Fingerprint Spoofing Extension CRX File

Download Fingerprint Spoofing 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

                        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.                    

Extension Basic Information

Name Fingerprint Spoofing Fingerprint Spoofing
ID ljdekjlhpjggcjblfgpijbkmpihjfkni
Official URL https://chromewebstore.google.com/detail/fingerprint-spoofing/ljdekjlhpjggcjblfgpijbkmpihjfkni
Description Modify your broswer fingerprint!
File Size 51.02 KB
Installation Count 34,148
Current Version 1.4.4
Last Updated 2024-01-25
Publish Date 2020-04-27
Rating 4.03/5 Total 38 Ratings
Developer leelei
Email [email protected]
Payment Type free
Privacy Policy Page URL https://doext.github.io/pp
Supported Languages 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"
        }
    }
}