Honest Cookies

Helps you play Cookie Clicker quicker, while remaining honest

What is Honest Cookies?

Honest Cookies is a Chrome extension developed by Torbjørn G. Dahle, and its main feature is "Helps you play Cookie Clicker quicker, while remaining honest".

Extension Screenshots

screenshot

Download Honest Cookies Extension CRX File

Download Honest Cookies extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Honest Cookies Honest Cookies
ID mflpplbfbhodhpihilikpofpjofcegpc
Official URL https://chrome.google.com/webstore/detail/honest-cookies/mflpplbfbhodhpihilikpofpjofcegpc
Description Helps you play Cookie Clicker quicker, while remaining honest
File Size 544 KB
Installation Count 324
Current Version 1.3
Last Updated 2017-10-18
Publish Date 2017-10-18
Rating 2.33/5 Total 3 Ratings
Developer Torbjørn G. Dahle
Payment Type free
Supported Languages 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"
    ]
}