nofloc
This WebExtension disallows FLoC by adding the proper HTTP Header.
Vad är nofloc?
nofloc är en Chrome-tillägg utvecklad av Julien / Sphinx, och dess huvudfunktion är "This WebExtension disallows FLoC by adding the proper HTTP Header.".
Tilläggsskärmbilder
Ladda ner nofloc-förlängningens CRX-fil
Ladda ner nofloc-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/
Grundläggande Information om Tillägg
Namn | nofloc |
ID | egnfijfbeijcildnopmgpflofoobmece |
Officiell webbadress | https://chromewebstore.google.com/detail/nofloc/egnfijfbeijcildnopmgpflofoobmece |
Beskrivning | This WebExtension disallows FLoC by adding the proper HTTP Header. |
Filstorlek | 3.39 KB |
Antal Installationer | 105 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2021-04-11 |
Publiceringsdatum | 2021-04-11 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Julien / Sphinx |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/SphinxKnight/nofloc/ |
Stödda Språk | 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", " |