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
官方網址 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
    }
}