Clicks of Unicorns 🦄

Fills your clicker with lots of majestic Unicorns

Cos'è Clicks of Unicorns 🦄?

Clicks of Unicorns 🦄 è un'estensione di Chrome sviluppata da Sanbira, e la sua funzione principale è "Fills your clicker with lots of majestic Unicorns".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Clicks of Unicorns 🦄

Scarica i file di estensione Clicks of Unicorns 🦄 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Clicks of Unicorns 🦄 Clicks of Unicorns 🦄
ID bclbdlhdaojndadgaebpcddkpfheljbp
URL Ufficiale https://chromewebstore.google.com/detail/clicks-of-unicorns-%F0%9F%A6%84/bclbdlhdaojndadgaebpcddkpfheljbp
Descrizione Fills your clicker with lots of majestic Unicorns
Dimensione del File 23.43 KB
Conteggio Installazioni 574
Versione Corrente 1.011 custom emojis
Ultimo Aggiornamento 2020-10-30
Data di Pubblicazione 2020-09-07
Valutazione 4.67/5 Totale 9 Valutazioni
Sviluppatore Sanbira
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/MSanbira/clicks-of-unicorns
Lingue Supportate 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"
    ]
}