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…
Apa itu Twitch Emotes for Rabb.it?
Twitch Emotes for Rabb.it adalah ekstensi Chrome yang dikembangkan oleh PotatoNinja, dan fitur utamanya adalah "This nifty utility extension gives you the ability to input Twitch and BetterTTV emotes into rabb.it chat. The emotes will be…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitch Emotes for Rabb.it
Unduh file ekstensi Twitch Emotes for Rabb.it dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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"
Informasi Dasar Ekstensi
Nama | Twitch Emotes for Rabb.it |
ID | bchmmfnbdgiijhplkbbkohfhpihmamac |
URL Resmi | https://chromewebstore.google.com/detail/twitch-emotes-for-rabbit/bchmmfnbdgiijhplkbbkohfhpihmamac |
Deskripsi | This nifty utility extension gives you the ability to input Twitch and BetterTTV emotes into rabb.it chat. The emotes will be… |
Ukuran File | 100 KB |
Jumlah Instalasi | 4,531 |
Versi Saat Ini | 1.1.4 |
Terakhir Diperbarui | 2017-07-12 |
Tanggal Publikasi | 2017-07-12 |
Penilaian | 4.20/5 Total 5 Penilaian |
Pengembang | PotatoNinja |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |