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 |
Eメール | [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", " |