nofloc
This WebExtension disallows FLoC by adding the proper HTTP Header.
What is nofloc?
nofloc is a Chrome extension developed by Julien / Sphinx, and its main feature is "This WebExtension disallows FLoC by adding the proper HTTP Header.".
Extension Screenshots
Download nofloc Extension CRX File
Download nofloc 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
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/
Extension Basic Information
Name | nofloc |
ID | egnfijfbeijcildnopmgpflofoobmece |
Official URL | https://chromewebstore.google.com/detail/nofloc/egnfijfbeijcildnopmgpflofoobmece |
Description | This WebExtension disallows FLoC by adding the proper HTTP Header. |
File Size | 3.39 KB |
Installation Count | 105 |
Current Version | 0.1 |
Last Updated | 2021-04-11 |
Publish Date | 2021-04-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Julien / Sphinx |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/SphinxKnight/nofloc/ |
Supported Languages | 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", " |