Disable cookies - auto disable popup cookies

This extension click for you on "Just functional cookies" button

Disable cookies - auto disable popup cookies là gì?

Disable cookies - auto disable popup cookies là một tiện ích mở rộng Chrome được phát triển bởi Hugo Levet, và tính năng chính của nó là "This extension click for you on "Just functional cookies" button".

Ả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 Disable cookies - auto disable popup cookies

Tải xuống các tệp mở rộng Disable cookies - auto disable popup 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

                        When you arrive on a website you should uncheck cookies approbation. It's very boring and it takes time. This extension do the dirty work for you:
- It clicks on uncheck button
- It removes cookies information's popup                    

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

Tên Disable cookies - auto disable popup cookies Disable cookies - auto disable popup cookies
ID icifceekaomdahfoiipifbhbkgbnmicj
URL Chính Thức https://chromewebstore.google.com/detail/disable-cookies-auto-disa/icifceekaomdahfoiipifbhbkgbnmicj
Mô tả This extension click for you on "Just functional cookies" button
Kích Thước Tệp 17.6 KB
Số Lần Cài Đặt 666
Phiên Bản Hiện Tại 2.3.0
Cập Nhật Lần Cuối 2021-09-29
Ngày Phát Hành 2021-04-14
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Hugo Levet
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://hugolevet.fr/p/disable-cookies-privacy.html
Ngôn Ngữ Được Hỗ Trợ de,en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.3.0",
    "name": "__MSG_extensionFullTitle__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "128": "128.png"
    },
    "offline_enabled": true,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_title": "__MSG_extensionFullTitle__",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ]
}