Twitch Emote Autocomplete

Autocomplete Twitch Emote

什麼是Twitch Emote Autocomplete?

Twitch Emote Autocomplete是由quentin.bramas開發的Chrome擴展程式,該擴展的主要功能是“Autocomplete Twitch Emote”。

擴展截圖

screenshot

下載Twitch Emote Autocomplete擴展crx文件

下載Twitch Emote Autocomplete擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Twitch Emote Autocomplete Twitch Emote Autocomplete
ID eelofccdfdjbhpongbgachgicniedmah
官方網址 https://chrome.google.com/webstore/detail/twitch-emote-autocomplete/eelofccdfdjbhpongbgachgicniedmah
簡介 Autocomplete Twitch Emote
檔案大小 250 KB
安裝次數 2,000
目前版本 1.0.2
更新時間 2015-03-19
上架時間 2015-03-19
評分 2.25/5 共 8 次評分
開發者 quentin.bramas
付費類型 free
支援的語言 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"
    ]
}