Emoji Select

Add Emojis to your text !

What is Emoji Select?

Emoji Select is a Chrome extension developed by adelawalter90, and its main feature is "Add Emojis to your text !".

Extension Screenshots

screenshot
screenshot
screenshot

Download Emoji Select Extension CRX File

Download Emoji Select 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

                        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.                    

Extension Basic Information

Name Emoji Select Emoji Select
ID lacopdelfhkenhcmejfpehpndpmnahol
Official URL https://chromewebstore.google.com/detail/emoji-select/lacopdelfhkenhcmejfpehpndpmnahol
Description Add Emojis to your text !
File Size 84.87 KB
Installation Count 56
Current Version 0.2
Last Updated 2020-12-23
Publish Date 2020-12-22
Rating 5.00/5 Total 1 Ratings
Developer adelawalter90
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}