Cookie Decliner

Automatically reject non-essential cookies to protect your privacy!

什么是Cookie Decliner?

Cookie Decliner是由Cookie Decliner开发的Chrome扩展程序,该扩展的主要功能是“Automatically reject non-essential cookies to protect your privacy!”。

扩展截图

screenshot

下载Cookie Decliner扩展crx文件

下载Cookie Decliner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Cookie Decliner Cookie Decliner
ID fgedkelakhbadclolkemkcffklcomhhb
官方URL https://chromewebstore.google.com/detail/cookie-decliner/fgedkelakhbadclolkemkcffklcomhhb
简介 Automatically reject non-essential cookies to protect your privacy!
文件大小 1020 KB
安装次数 418
当前版本 0.1.2
更新时间 2024-01-30
上架时间 2023-01-21
评分 1.60/5 共5次评分
开发者 Cookie Decliner
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://carmesin.me/privacy.html
支持的语言 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
}