No Cookie Warning

Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.

No Cookie Warning là gì?

No Cookie Warning là một tiện ích mở rộng Chrome được phát triển bởi Mudimedia Ltd, và tính năng chính của nó là "Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng No Cookie Warning

Tải xuống các tệp mở rộng No Cookie Warning 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

                        The cookie consent messages are necessary to be on the websites by the laws. But you don't need to see them. If you don't want to see the cookie warnings anymore, use this lightweight extension. This extension removes them for you.

Use this Chrome extension to remove cookie consent banners from almost all websites.

This Chrome extension is updated regularly to include the new cookie warning banners.

The new version handles many more domains.                    

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

Tên No Cookie Warning No Cookie Warning
ID dnpffaflgdcpcbolhhbefkbdndaicijc
URL Chính Thức https://chromewebstore.google.com/detail/no-cookie-warning/dnpffaflgdcpcbolhhbefkbdndaicijc
Mô tả Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.
Kích Thước Tệp 1.07 MB
Số Lần Cài Đặt 806
Phiên Bản Hiện Tại 0.0.1.0
Cập Nhật Lần Cuối 2024-02-27
Ngày Phát Hành 2021-03-10
Đánh Giá 3.83/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Mudimedia Ltd
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nocookiewarning.com/
URL Trang Trợ Giúp https://www.mudimedia.co.uk/contact
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Cookie Warning",
    "description": "Don't want to see the cookie warnings anymore? This lightweight extension removes them for you.",
    "author": "Mudimedia",
    "version": "0.0.1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}