Mi Emoji

Collected the most favorite and popular emoticons

Mi Emoji là gì?

Mi Emoji là một tiện ích mở rộng Chrome được phát triển bởi ibadatovislam, và tính năng chính của nó là "Collected the most favorite and popular emoticons".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mi Emoji

Tải xuống các tệp mở rộng Mi Emoji dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mi Emoji Mi Emoji
ID ceijkjoccmmdbjgmeenfgcooblafbmcg
URL Chính Thức https://chrome.google.com/webstore/detail/ceijkjoccmmdbjgmeenfgcooblafbmcg
Mô tả Collected the most favorite and popular emoticons
Kích Thước Tệp 13.39 MB
Số Lần Cài Đặt 4,491
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2023-03-02
Ngày Phát Hành 2021-10-27
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển ibadatovislam
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}