nofloc

This WebExtension disallows FLoC by adding the proper HTTP Header.

Was ist nofloc?

nofloc ist eine Chrome-Erweiterung, die von Julien / Sphinx entwickelt wurde, und ihr Hauptmerkmal ist "This WebExtension disallows FLoC by adding the proper HTTP Header.".

Erweiterungsscreenshots

screenshot

nofloc-Erweiterungs-CRX-Datei herunterladen

Laden Sie nofloc-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This WebExtension specifically opts out of FLoC (Federated Learning of Cohorts). It is an open source WebExtension and we invite you to check its code before installing it: https://github.com/SphinxKnight/nofloc/                    

Grundlegende Informationen zur Erweiterung

Name nofloc nofloc
ID egnfijfbeijcildnopmgpflofoobmece
Offizielle URL https://chromewebstore.google.com/detail/nofloc/egnfijfbeijcildnopmgpflofoobmece
Beschreibung This WebExtension disallows FLoC by adding the proper HTTP Header.
Dateigröße 3.39 KB
Installationsanzahl 105
Aktuelle Version 0.1
Letztes Update 2021-04-11
Veröffentlichungsdatum 2021-04-11
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Julien / Sphinx
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/SphinxKnight/nofloc/
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "nofloc",
    "description": "This WebExtension disallows FLoC by adding the proper HTTP Header.",
    "version": "0.1",
    "background": {
        "scripts": [
            "optout.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}