Emoji Select

Add Emojis to your text !

Cos'è Emoji Select?

Emoji Select è un'estensione di Chrome sviluppata da adelawalter90, e la sua funzione principale è "Add Emojis to your text !".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Emoji Select

Scarica i file di estensione Emoji Select 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

                        EMOJI SELECT helps you out making your chat more impressive by adding amazing emojis to your text ! Install this today on your browser and enjoy chatting with your buds. 

Important: The extension is allowed for Non-Adult sites only.                    

Informazioni di Base sull'Estensione

Nome Emoji Select Emoji Select
ID lacopdelfhkenhcmejfpehpndpmnahol
URL Ufficiale https://chromewebstore.google.com/detail/emoji-select/lacopdelfhkenhcmejfpehpndpmnahol
Descrizione Add Emojis to your text !
Dimensione del File 84.87 KB
Conteggio Installazioni 56
Versione Corrente 0.2
Ultimo Aggiornamento 2020-12-23
Data di Pubblicazione 2020-12-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore adelawalter90
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoji Select",
    "version": "0.2",
    "description": "Add Emojis to your text !",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "demo.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}