Fingerprint Spoofing

Modify your broswer fingerprint!

Wat is Fingerprint Spoofing?

Fingerprint Spoofing is een Chrome-extensie ontwikkeld door leelei, en de belangrijkste functie is "Modify your broswer fingerprint!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Fingerprint Spoofing

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

                        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.                    

Basisinformatie over de Extensie

Naam Fingerprint Spoofing Fingerprint Spoofing
ID ljdekjlhpjggcjblfgpijbkmpihjfkni
Officiële URL https://chromewebstore.google.com/detail/fingerprint-spoofing/ljdekjlhpjggcjblfgpijbkmpihjfkni
Beschrijving Modify your broswer fingerprint!
Bestandsgrootte 51.02 KB
Aantal Installaties 34,148
Huidige Versie 1.4.4
Laatst Bijgewerkt 2024-01-25
Publicatiedatum 2020-04-27
Beoordeling 4.03/5 Totaal 38 Beoordelingen
Ontwikkelaar leelei
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://doext.github.io/pp
Ondersteunde Talen 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"
        }
    }
}