nofloc
This WebExtension disallows FLoC by adding the proper HTTP Header.
什么是nofloc?
nofloc是由Julien / Sphinx开发的Chrome扩展程序,该扩展的主要功能是“This WebExtension disallows FLoC by adding the proper HTTP Header.”。
扩展截图
下载nofloc扩展crx文件
下载nofloc扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/
扩展基本信息
名称 | nofloc |
ID | egnfijfbeijcildnopmgpflofoobmece |
官方URL | https://chromewebstore.google.com/detail/nofloc/egnfijfbeijcildnopmgpflofoobmece |
简介 | This WebExtension disallows FLoC by adding the proper HTTP Header. |
文件大小 | 3.39 KB |
安装次数 | 105 |
当前版本 | 0.1 |
更新时间 | 2021-04-11 |
上架时间 | 2021-04-11 |
评分 | 5.00/5 共1次评分 |
开发者 | Julien / Sphinx |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/SphinxKnight/nofloc/ |
支持的语言 | 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", " |