I don't care about cookies

Remove cookie warnings from almost all websites! The EU regulations require that any website using tracking cookies must get…

I don't care about cookiesคืออะไร?

I don't care about cookies เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GEN Digital Inc. และคุณลักษณะหลักของมันคือ "Remove cookie warnings from almost all websites! The EU regulations require that any website using tracking cookies must get…"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย I don't care about cookies

ดาวน์โหลดไฟล์ส่วนขยาย I don't care about cookies ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Remove cookie warnings from almost all websites!

The EU regulations require that any website using tracking cookies must get user's permission before installing them. Imagine how irritating that becomes when you surf anonymously or if you delete cookies automatically every time you close the browser.

In most cases, it just blocks or hides cookie related pop-ups. When it's needed for the website to work properly, it will automatically accept the cookie policy for you (sometimes it will accept all and sometimes only necessary cookie categories, depending on what's easier to do). It doesn't delete cookies.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ I don't care about cookies I don't care about cookies
ID fihnjjcciajhdojfnbdddfaoknhalnja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/i-dont-care-about-cookies/fihnjjcciajhdojfnbdddfaoknhalnja
คำอธิบาย Remove cookie warnings from almost all websites! The EU regulations require that any website using tracking cookies must get…
ขนาดไฟล์ 429 KB
จำนวนการติดตั้ง 1,016,113
เวอร์ชันปัจจุบัน 3.5.0
อัปเดตครั้งล่าสุด 2023-11-30
วันที่เผยแพร่ 2020-06-10
คะแนน 3.91/5 รวมทั้งหมด 1179 คะแนน
ผู้พัฒนา GEN Digital Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.i-dont-care-about-cookies.eu/
URL หน้าช่วยเหลือ https://www.i-dont-care-about-cookies.eu/
ภาษาที่รองรับ de,en,fr,nl,no,da,es,hr,it,lt,hu,pl,ro,sk,sv,cs,bg,ru,uk,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "3.5.0",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "author": "Daniel Kladnik @ kiboke studio",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "data\/rules.js",
            "data\/context-menu.js"
        ]
    },
    "options_ui": {
        "page": "data\/options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_popup": "data\/menu\/index.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        }
    }
}