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.”。

擴展截圖

screenshot

下載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 nofloc
ID egnfijfbeijcildnopmgpflofoobmece
官方網址 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",
        ""
    ]
}