Cookie Law Blocker

Remove automatically the Cookie Law Warnings on websites.

Cookie Law Blocker là gì?

Cookie Law Blocker là một tiện ích mở rộng Chrome được phát triển bởi cookielawblocker, và tính năng chính của nó là "Remove automatically the Cookie Law Warnings on websites.".

Ả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 Cookie Law Blocker

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

                        Remove all the annoying cookie warnings on websites.
Cookie Law Blocker hides most of irritating alerts.

If by some websites you still become the warning please contact us and we will fix it!                    

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

Tên Cookie Law Blocker Cookie Law Blocker
ID djgcdhmbifdlhighokoleaejkdfepfab
URL Chính Thức https://chromewebstore.google.com/detail/cookie-law-blocker/djgcdhmbifdlhighokoleaejkdfepfab
Mô tả Remove automatically the Cookie Law Warnings on websites.
Kích Thước Tệp 93.34 KB
Số Lần Cài Đặt 201
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2016-01-18
Ngày Phát Hành 2016-01-18
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển cookielawblocker
Loại Thanh Toán free
Trang Web Mở Rộng http://cookielawblocker.wimuu.com
URL Trang Trợ Giúp http://cookielawblocker.wimuu.com/en/Contact
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Law Blocker",
    "short_name": "CookieBlocker",
    "manifest_version": 2,
    "version": "0.0.0.3",
    "description": "Remove automatically the Cookie Law Warnings on websites.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "erasecookie.js"
            ]
        }
    ]
}