Cookie Clicker

Cookie Clicker

What is Cookie Clicker?

Cookie Clicker is a Chrome extension developed by C4LLZ, and its main feature is "Cookie Clicker".

Extension Screenshots

screenshot
screenshot

Download Cookie Clicker Extension CRX File

Download Cookie Clicker 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

                        This is a Cookie Clicker that works offline! 

It even has a DARK mode!                    

Extension Basic Information

Name Cookie Clicker Cookie Clicker
ID denncdnagigdijkeikpdmmpkphaplnni
Official URL https://chromewebstore.google.com/detail/cookie-clicker/denncdnagigdijkeikpdmmpkphaplnni
Description Cookie Clicker
File Size 307 KB
Installation Count 545
Current Version 1.0.5
Last Updated 2020-02-11
Publish Date 2020-02-11
Rating 5.00/5 Total 1 Ratings
Developer C4LLZ
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Clicker",
    "version": "1.0.5",
    "description": "Cookie Clicker",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Cookie Clicker",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "GOD.mp3"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ]
}