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 là gì?

I don't care about cookies là một tiện ích mở rộng Chrome được phát triển bởi GEN Digital Inc., và tính năng chính của nó là "Remove cookie warnings from almost all websites! The EU regulations require that any website using tracking cookies must get…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng I don't care about cookies

Tải xuống các tệp mở rộng I don't care about cookies 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

                        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.                    

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

Tên I don't care about cookies I don't care about cookies
ID fihnjjcciajhdojfnbdddfaoknhalnja
URL Chính Thức https://chromewebstore.google.com/detail/i-dont-care-about-cookies/fihnjjcciajhdojfnbdddfaoknhalnja
Mô tả Remove cookie warnings from almost all websites! The EU regulations require that any website using tracking cookies must get…
Kích Thước Tệp 429 KB
Số Lần Cài Đặt 1,016,113
Phiên Bản Hiện Tại 3.5.0
Cập Nhật Lần Cuối 2023-11-30
Ngày Phát Hành 2020-06-10
Đánh Giá 3.91/5 Tổng số 1179 Đánh Giá
Nhà Phát Triển GEN Digital Inc.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.i-dont-care-about-cookies.eu/
URL Trang Trợ Giúp https://www.i-dont-care-about-cookies.eu/
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}