Changemoji

Changes emojis into emoticons.

Changemoji là gì?

Changemoji là một tiện ích mở rộng Chrome được phát triển bởi odnarbkingofinternet, và tính năng chính của nó là "Changes emojis into emoticons.".

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

screenshot

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

Tải xuống các tệp mở rộng Changemoji 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

                        Designed with ROBLOX forums in mind, this extension changes emojis into emoticons. Not all of the emojis are put in yet, so just tell me what to add in your reviews. I will add most, if not all, of them overtime. 

Will slow down your page loading times a little bit.                    

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

Tên Changemoji Changemoji
ID oicohdphlokjlgokojlnjmkaphjafnbp
URL Chính Thức https://chrome.google.com/webstore/detail/changemoji/oicohdphlokjlgokojlnjmkaphjafnbp
Mô tả Changes emojis into emoticons.
Kích Thước Tệp 530 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-03-11
Ngày Phát Hành 2017-03-11
Đánh Giá 1.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển odnarbkingofinternet
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": "Changemoji",
    "description": "Changes emojis into emoticons.",
    "version": "1.0",
    "browser_action": {
        "default_title": "Changemoji - change emojis into emoticons",
        "default_icon": {
            "32": "icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/*.roblox.com\/*"
    ]
}