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
公式URL 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"
    ]
}