Cookie Law Blocker

Remove automatically the Cookie Law Warnings on websites.

Apa itu Cookie Law Blocker?

Cookie Law Blocker adalah ekstensi Chrome yang dikembangkan oleh cookielawblocker, dan fitur utamanya adalah "Remove automatically the Cookie Law Warnings on websites.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cookie Law Blocker

Unduh file ekstensi Cookie Law Blocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Cookie Law Blocker Cookie Law Blocker
ID djgcdhmbifdlhighokoleaejkdfepfab
URL Resmi https://chromewebstore.google.com/detail/cookie-law-blocker/djgcdhmbifdlhighokoleaejkdfepfab
Deskripsi Remove automatically the Cookie Law Warnings on websites.
Ukuran File 93.34 KB
Jumlah Instalasi 201
Versi Saat Ini 0.0.0.3
Terakhir Diperbarui 2016-01-18
Tanggal Publikasi 2016-01-18
Penilaian 5.00/5 Total 2 Penilaian
Pengembang cookielawblocker
Tipe Pembayaran free
Situs Ekstensi http://cookielawblocker.wimuu.com
URL Halaman Bantuan http://cookielawblocker.wimuu.com/en/Contact
Bahasa yang Didukung 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"
            ]
        }
    ]
}