Honest Cookies

Helps you play Cookie Clicker quicker, while remaining honest

Apa itu Honest Cookies?

Honest Cookies adalah ekstensi Chrome yang dikembangkan oleh Torbjørn G. Dahle, dan fitur utamanya adalah "Helps you play Cookie Clicker quicker, while remaining honest".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Honest Cookies

Unduh file ekstensi Honest Cookies 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

                        Helps you play Cookie Clicker quicker, while remaining honest. Adds two helpful info fields to your screen: Lucky Bank and Lucky Frenzy Bank.                    

Informasi Dasar Ekstensi

Nama Honest Cookies Honest Cookies
ID mflpplbfbhodhpihilikpofpjofcegpc
URL Resmi https://chrome.google.com/webstore/detail/honest-cookies/mflpplbfbhodhpihilikpofpjofcegpc
Deskripsi Helps you play Cookie Clicker quicker, while remaining honest
Ukuran File 544 KB
Jumlah Instalasi 324
Versi Saat Ini 1.3
Terakhir Diperbarui 2017-10-18
Tanggal Publikasi 2017-10-18
Penilaian 2.33/5 Total 3 Penilaian
Pengembang Torbjørn G. Dahle
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Honest Cookies",
    "description": "Helps you play Cookie Clicker quicker, while remaining honest",
    "version": "1.3",
    "icons": {
        "48": "icon-48x48.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/orteil.dashnet.org\/cookieclicker\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/orteil.dashnet.org\/cookieclicker\/"
            ],
            "css": [
                "honest-cookies.css"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ]
}