diep.io Emojis

Set nickname with Emojis!

What is diep.io Emojis?

diep.io Emojis is a Chrome extension developed by MQ, and its main feature is "Set nickname with Emojis!".

Extension Screenshots

screenshot

Download diep.io Emojis Extension CRX File

Download diep.io Emojis 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

                        personalize your nickname with these fun emojis!                    

Extension Basic Information

Name diep.io Emojis diep.io Emojis
ID eegghafiejjjcmdnalclfgofhlcoldii
Official URL https://chromewebstore.google.com/detail/diepio-emojis/eegghafiejjjcmdnalclfgofhlcoldii
Description Set nickname with Emojis!
File Size 8.83 KB
Installation Count 146
Current Version 1.0
Last Updated 2021-05-05
Publish Date 2021-05-05
Rating 4.67/5 Total 3 Ratings
Developer MQ
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "diep.io Emojis",
    "description": "Set nickname with Emojis!",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": ".\/16x16.png",
        "48": ".\/32x32.png",
        "128": ".\/96x96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/diep.io\/"
            ],
            "js": [
                ".\/main.js"
            ],
            "css": [
                ".\/main.css"
            ]
        }
    ]
}