Twitch Emotes for Rabb.it

This nifty utility extension gives you the ability to input Twitch and BetterTTV emotes into rabb.it chat. The emotes will be…

什麼是Twitch Emotes for Rabb.it?

Twitch Emotes for Rabb.it是由PotatoNinja開發的Chrome擴展程式,該擴展的主要功能是“This nifty utility extension gives you the ability to input Twitch and BetterTTV emotes into rabb.it chat. The emotes will be…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Twitch Emotes for Rabb.it擴展crx文件

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

擴展使用說明

                        This nifty utility extension gives you the ability to input Twitch and BetterTTV emotes into rabb.it chat. The emotes will be replaced by the links to the emote images hosted on twitchemotes.com.

There are 3 sizes to an emote: small, medium, and large.
To specify the size, put a number from 1 to 3 at the end. 

FORMAT: ":emote:"
WITH CUSTOM SIZE: ":emote:3"                    

擴展基本資訊

名稱 Twitch Emotes for Rabb.it Twitch Emotes for Rabb.it
ID bchmmfnbdgiijhplkbbkohfhpihmamac
官方網址 https://chromewebstore.google.com/detail/twitch-emotes-for-rabbit/bchmmfnbdgiijhplkbbkohfhpihmamac
簡介 This nifty utility extension gives you the ability to input Twitch and BetterTTV emotes into rabb.it chat. The emotes will be…
檔案大小 100 KB
安裝次數 4,531
目前版本 1.1.4
更新時間 2017-07-12
上架時間 2017-07-12
評分 4.20/5 共 5 次評分
開發者 PotatoNinja
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Emotes for Rabb.it ",
    "short_name": "Rabbemotes",
    "version": "1.1.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.rabb.it\/*"
            ],
            "js": [
                "rabbemotes.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "128.png"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}