nofloc

This WebExtension disallows FLoC by adding the proper HTTP Header.

nofloc là gì?

nofloc là một tiện ích mở rộng Chrome được phát triển bởi Julien / Sphinx, và tính năng chính của nó là "This WebExtension disallows FLoC by adding the proper HTTP Header.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng nofloc

Tải xuống các tệp mở rộng nofloc dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên nofloc nofloc
ID egnfijfbeijcildnopmgpflofoobmece
URL Chính Thức https://chromewebstore.google.com/detail/nofloc/egnfijfbeijcildnopmgpflofoobmece
Mô tả This WebExtension disallows FLoC by adding the proper HTTP Header.
Kích Thước Tệp 3.39 KB
Số Lần Cài Đặt 105
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2021-04-11
Ngày Phát Hành 2021-04-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Julien / Sphinx
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/SphinxKnight/nofloc/
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}