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
官方網址 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
}