Cookie Decliner

Automatically reject non-essential cookies to protect your privacy!

Cookie Declinerคืออะไร?

Cookie Decliner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cookie Decliner และคุณลักษณะหลักของมันคือ "Automatically reject non-essential cookies to protect your privacy!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cookie Decliner

ดาวน์โหลดไฟล์ส่วนขยาย 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
}