nofloc

This WebExtension disallows FLoC by adding the proper HTTP Header.

Apa itu nofloc?

nofloc adalah ekstensi Chrome yang dikembangkan oleh Julien / Sphinx, dan fitur utamanya adalah "This WebExtension disallows FLoC by adding the proper HTTP Header.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi nofloc

Unduh file ekstensi nofloc dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama nofloc nofloc
ID egnfijfbeijcildnopmgpflofoobmece
URL Resmi https://chromewebstore.google.com/detail/nofloc/egnfijfbeijcildnopmgpflofoobmece
Deskripsi This WebExtension disallows FLoC by adding the proper HTTP Header.
Ukuran File 3.39 KB
Jumlah Instalasi 105
Versi Saat Ini 0.1
Terakhir Diperbarui 2021-04-11
Tanggal Publikasi 2021-04-11
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Julien / Sphinx
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/SphinxKnight/nofloc/
Bahasa yang Didukung 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",
        ""
    ]
}