Twitch Emote Autocomplete

Autocomplete Twitch Emote

Twitch Emote Autocomplete là gì?

Twitch Emote Autocomplete là một tiện ích mở rộng Chrome được phát triển bởi quentin.bramas, và tính năng chính của nó là "Autocomplete Twitch Emote".

Ả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 Twitch Emote Autocomplete

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

                        Allow emote completion in twitch chat.

- start typing an emote (ex: kre).
- select with UD or DOWN your emote.
- type the space bar to insert the emote.                    

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

Tên Twitch Emote Autocomplete Twitch Emote Autocomplete
ID eelofccdfdjbhpongbgachgicniedmah
URL Chính Thức https://chrome.google.com/webstore/detail/twitch-emote-autocomplete/eelofccdfdjbhpongbgachgicniedmah
Mô tả Autocomplete Twitch Emote
Kích Thước Tệp 250 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2015-03-19
Ngày Phát Hành 2015-03-19
Đánh Giá 2.25/5 Tổng số 8 Đánh Giá
Nhà Phát Triển quentin.bramas
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": "Twitch Emote Autocomplete",
    "description": "Autocomplete Twitch Emote",
    "icons": {
        "128": "ico128.png"
    },
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.twitch.tv\/*",
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "declarativeContent"
    ]
}