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…

Qu'est-ce que Twitch Emotes for Rabb.it ?

Twitch Emotes for Rabb.it est une extension Chrome développée par PotatoNinja, et sa fonction principale est "This nifty utility extension gives you the ability to input Twitch and BetterTTV emotes into rabb.it chat. The emotes will be…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Twitch Emotes for Rabb.it

Téléchargez les fichiers d'extension Twitch Emotes for Rabb.it au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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"                    

Informations de Base sur l'Extension

Nom Twitch Emotes for Rabb.it Twitch Emotes for Rabb.it
ID bchmmfnbdgiijhplkbbkohfhpihmamac
URL Officiel https://chromewebstore.google.com/detail/twitch-emotes-for-rabbit/bchmmfnbdgiijhplkbbkohfhpihmamac
Description This nifty utility extension gives you the ability to input Twitch and BetterTTV emotes into rabb.it chat. The emotes will be…
Taille du Fichier 100 KB
Nombre d'Installations 4,531
Version Actuelle 1.1.4
Dernière Mise à Jour 2017-07-12
Date de Publication 2017-07-12
Évaluation 4.20/5 Total 5 Évaluations
Développeur PotatoNinja
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}