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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον PotatoNinja, και η κύρια λειτουργία του είναι "This nifty utility extension gives you the ability to input Twitch and BetterTTV emotes into rabb.it chat. The emotes will be…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Twitch Emotes for Rabb.it
Λήψη αρχείων επέκτασης 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 |
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" } } |