Cookies Blocker

This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept...

Cookies Blocker là gì?

Cookies Blocker là một tiện ích mở rộng Chrome được phát triển bởi https://k-legrand.com, và tính năng chính của nó là "This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept...".

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

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

                        This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept...
Keep in mind that this app does not accept cookies for you. It just hides sh*t tones of css rules.

Github: https://github.com/Manoz/Cookies-F-cker                    

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

Tên Cookies Blocker Cookies Blocker
ID dafambnlnkbfdkieoeaccchlmahiolof
URL Chính Thức https://chromewebstore.google.com/detail/cookies-blocker/dafambnlnkbfdkieoeaccchlmahiolof
Mô tả This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept...
Kích Thước Tệp 47.74 KB
Số Lần Cài Đặt 1,052
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2018-08-14
Ngày Phát Hành 2018-08-14
Đánh Giá 3.69/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://k-legrand.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Manoz/Cookies-F-cker
URL Trang Trợ Giúp https://github.com/Manoz/Cookies-F-cker/issues
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "author": "Manoz",
    "name": "__MSG_extName__",
    "short_name": "CBlocker",
    "description": "__MSG_extDescription__",
    "version": "1.2",
    "manifest_version": 2,
    "default_locale": "en",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Let's block cookies!"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab"
    ]
}