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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitch Emotes for Rabb.it एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}