nofloc

This WebExtension disallows FLoC by adding the proper HTTP Header.

Wat is nofloc?

nofloc is een Chrome-extensie ontwikkeld door Julien / Sphinx, en de belangrijkste functie is "This WebExtension disallows FLoC by adding the proper HTTP Header.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie nofloc

Download nofloc-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

                        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/                    

Basisinformatie over de Extensie

Naam nofloc nofloc
ID egnfijfbeijcildnopmgpflofoobmece
Officiële URL https://chromewebstore.google.com/detail/nofloc/egnfijfbeijcildnopmgpflofoobmece
Beschrijving This WebExtension disallows FLoC by adding the proper HTTP Header.
Bestandsgrootte 3.39 KB
Aantal Installaties 105
Huidige Versie 0.1
Laatst Bijgewerkt 2021-04-11
Publicatiedatum 2021-04-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Julien / Sphinx
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/SphinxKnight/nofloc/
Ondersteunde Talen 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",
        ""
    ]
}