The Cookie Monster

Removes the annoying Cookie notifications from various web sites

Apa itu The Cookie Monster?

The Cookie Monster adalah ekstensi Chrome yang dikembangkan oleh Darko Kukovec, dan fitur utamanya adalah "Removes the annoying Cookie notifications from various web sites".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi The Cookie Monster

Unduh file ekstensi The Cookie Monster 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

                                            

Informasi Dasar Ekstensi

Nama The Cookie Monster The Cookie Monster
ID cjpljjfadjkfblhldfmhpdkoecljkghe
URL Resmi https://chromewebstore.google.com/detail/the-cookie-monster/cjpljjfadjkfblhldfmhpdkoecljkghe
Deskripsi Removes the annoying Cookie notifications from various web sites
Ukuran File 52.49 KB
Jumlah Instalasi 280
Versi Saat Ini 1.1
Terakhir Diperbarui 2015-10-01
Tanggal Publikasi 2015-10-01
Penilaian 4.29/5 Total 7 Penilaian
Pengembang Darko Kukovec
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Cookie Monster",
    "description": "Removes the annoying Cookie notifications from various web sites",
    "version": "1.1",
    "permissions": [
        "contextMenus",
        "https:\/\/api.parse.com\/"
    ],
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "96": "assets\/icon-96.png",
        "128": "assets\/icon-128.png",
        "256": "assets\/icon-256.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "monster.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html"
}