Cookie Decliner

Automatically reject non-essential cookies to protect your privacy!

Cookie Decliner là gì?

Cookie Decliner là một tiện ích mở rộng Chrome được phát triển bởi Cookie Decliner, và tính năng chính của nó là "Automatically reject non-essential cookies to protect your privacy!".

Ả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 Cookie Decliner

Tải xuống các tệp mở rộng Cookie Decliner 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

                        Decline all non essential cookie banners on websites instead of your accepting it!

This extension will automatically reject all non-essential cookies on the website you are viewing. It will protect your privacy and lets you focus on whatever you want to do. More than 100 languages are supported at the moment.

Cookie Decliner is constantly updated, so stay tuned for an even better experience.
If you have feedback please write to my mail address published on Chrome WebStore.


Just give it a try!                    

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

Tên Cookie Decliner Cookie Decliner
ID fgedkelakhbadclolkemkcffklcomhhb
URL Chính Thức https://chromewebstore.google.com/detail/cookie-decliner/fgedkelakhbadclolkemkcffklcomhhb
Mô tả Automatically reject non-essential cookies to protect your privacy!
Kích Thước Tệp 1020 KB
Số Lần Cài Đặt 418
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2024-01-30
Ngày Phát Hành 2023-01-21
Đánh Giá 1.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Cookie Decliner
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://carmesin.me/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Decliner",
    "version": "0.1.2",
    "description": "Automatically reject non-essential cookies to protect your privacy!",
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "action": {
        "default_title": "Cookie Decliner",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon16.png",
            "32": "assets\/icon32.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        ""
    ],
    "options_page": "options.html",
    "manifest_version": 3
}