Kluk Kluk Chicken

Based on an joke between me and my son.

What is Kluk Kluk Chicken?

Kluk Kluk Chicken is a Chrome extension developed by r0cool01, and its main feature is "Based on an joke between me and my son.".

Download Kluk Kluk Chicken Extension CRX File

Download Kluk Kluk Chicken 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

                        Version 0.2.2: add term for "white power".                    

Extension Basic Information

Name Kluk Kluk Chicken Kluk Kluk Chicken
ID acpheealamefghmpfnajcmbkponfpice
Official URL https://chrome.google.com/webstore/detail/kluk-kluk-chicken/acpheealamefghmpfnajcmbkponfpice
Description Based on an joke between me and my son.
File Size 35.91 KB
Installation Count 17
Current Version 0.2.2
Last Updated 2017-10-23
Publish Date 2017-10-23
Rating 3.50/5 Total 4 Ratings
Developer r0cool01
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kluk Kluk Chicken",
    "description": "Based on an joke between me and my son.",
    "version": "0.2.2",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}