Mi Emoji

Collected the most favorite and popular emoticons

Mi Emojiคืออะไร?

Mi Emoji เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ibadatovislam และคุณลักษณะหลักของมันคือ "Collected the most favorite and popular emoticons"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mi Emoji

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}