Mi Emoji

Collected the most favorite and popular emoticons

什么是Mi Emoji?

Mi Emoji是由ibadatovislam开发的Chrome扩展程序,该扩展的主要功能是“Collected the most favorite and popular emoticons”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Mi Emoji扩展crx文件

下载Mi Emoji扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Emoji keyboard extension for chrome browser is simple but such a cool app to bring some colors to your routine. Move to a new level of online communication with this new and awesome extension. Brighten up your everyday browsing and chatting with friends with new and cool emoticons. Let`s add some cool emojis to your chat with this amazing extension for chrome browser. Emoji keyboard is the largest and best library you’ll find online.                    

扩展基本信息

名称 Mi Emoji Mi Emoji
ID ceijkjoccmmdbjgmeenfgcooblafbmcg
官方URL https://chrome.google.com/webstore/detail/ceijkjoccmmdbjgmeenfgcooblafbmcg
简介 Collected the most favorite and popular emoticons
文件大小 13.39 MB
安装次数 4,491
当前版本 1.4
更新时间 2023-03-02
上架时间 2021-10-27
评分 5.00/5 共2次评分
开发者 ibadatovislam
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "Collected the most favorite and popular emoticons",
    "version": "1.4",
    "default_locale": "en",
    "permissions": [
        "",
        "storage"
    ],
    "web_accessible_resources": [
        "*\/**\/**"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "browser_action": {
        "default_icon": "res\/hymenean.png",
        "default_popup": "frame\/nettly.htm"
    },
    "icons": {
        "128": "res\/hymenean.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "on_page\/jquery.js",
                "on_page\/bundh.js"
            ]
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+E",
                "mac": "Ctrl+Shift+E",
                "chromeos": "Alt+Shift+E",
                "linux": "Alt+Shift+E"
            }
        }
    },
    "background": {
        "scripts": [
            "service\/jquery.js",
            "service\/horsePowers.js",
            "service\/minireact.js",
            "service\/syncHysis.js"
        ],
        "persistent": true
    }
}