Clicks of Unicorns 🦄

Fills your clicker with lots of majestic Unicorns

Wat is Clicks of Unicorns 🦄?

Clicks of Unicorns 🦄 is een Chrome-extensie ontwikkeld door Sanbira, en de belangrijkste functie is "Fills your clicker with lots of majestic Unicorns".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Clicks of Unicorns 🦄

Download Clicks of Unicorns 🦄-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Clicks of Unicorns 🦄 Clicks of Unicorns 🦄
ID bclbdlhdaojndadgaebpcddkpfheljbp
Officiële URL https://chromewebstore.google.com/detail/clicks-of-unicorns-%F0%9F%A6%84/bclbdlhdaojndadgaebpcddkpfheljbp
Beschrijving Fills your clicker with lots of majestic Unicorns
Bestandsgrootte 23.43 KB
Aantal Installaties 574
Huidige Versie 1.011 custom emojis
Laatst Bijgewerkt 2020-10-30
Publicatiedatum 2020-09-07
Beoordeling 4.67/5 Totaal 9 Beoordelingen
Ontwikkelaar Sanbira
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/MSanbira/clicks-of-unicorns
Ondersteunde Talen 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"
    ]
}