Clicks of Unicorns 🦄

Fills your clicker with lots of majestic Unicorns

What is Clicks of Unicorns 🦄?

Clicks of Unicorns 🦄 is a Chrome extension developed by Sanbira, and its main feature is "Fills your clicker with lots of majestic Unicorns".

Extension Screenshots

screenshot
screenshot

Download Clicks of Unicorns 🦄 Extension CRX File

Download Clicks of Unicorns 🦄 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

                        When ever you use your mouse to click on a site Unicorns (or other emojis) will plop from the curser!                    

Extension Basic Information

Name Clicks of Unicorns 🦄 Clicks of Unicorns 🦄
ID bclbdlhdaojndadgaebpcddkpfheljbp
Official URL https://chromewebstore.google.com/detail/clicks-of-unicorns-%F0%9F%A6%84/bclbdlhdaojndadgaebpcddkpfheljbp
Description Fills your clicker with lots of majestic Unicorns
File Size 23.43 KB
Installation Count 574
Current Version 1.011 custom emojis
Last Updated 2020-10-30
Publish Date 2020-09-07
Rating 4.67/5 Total 9 Ratings
Developer Sanbira
Email [email protected]
Payment Type free
Extension Website https://github.com/MSanbira/clicks-of-unicorns
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clicks of Unicorns \ud83e\udd84",
    "version": "1.011",
    "version_name": "1.011 custom emojis",
    "description": "Fills your clicker with lots of majestic Unicorns",
    "manifest_version": 2,
    "icons": {
        "16": "uniPhoto128.png",
        "48": "uniPhoto128.png",
        "128": "uniPhoto128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Clicks of Unicorns \ud83e\udd84"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}