Rabb.it with Twitch Emotes
Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome)
Qu'est-ce que Rabb.it with Twitch Emotes ?
Rabb.it with Twitch Emotes est une extension Chrome développée par squabble, et sa fonction principale est "Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rabb.it with Twitch Emotes
Téléchargez les fichiers d'extension Rabb.it with Twitch Emotes 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
Bring the Twitch.tv experience to Rabb.it and feel at home. *** NOT compatible with new UI - 02/05/2019 ***
Informations de Base sur l'Extension
Nom | |
ID | lajgmieldekphdicpmpenogignloiain |
URL Officiel | https://chrome.google.com/webstore/detail/rabbit-with-twitch-emotes/lajgmieldekphdicpmpenogignloiain |
Description | Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome) |
Taille du Fichier | 13.74 KB |
Nombre d'Installations | 1,789 |
Version Actuelle | 0.1.8 |
Dernière Mise à Jour | 2019-02-07 |
Date de Publication | 2019-02-07 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | squabble |
Site Web de l'Extension | https://twitch.tv/lacari |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rabb.it with Twitch Emotes", "description": "Adds 500+ Twitch\/BTTV\/FFZ emotes to Rabb.it! (Chrome)", "manifest_version": 2, "version": "0.1.8", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "permissions": [ "*:\/\/www.rabb.it\/*", "*:\/\/*.lacari.tv\/*", "activeTab" ], "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "128": "img\/icon_128.png", "48": "img\/icon_48.png", "16": "img\/icon_16.png" } }, "content_scripts": [ { "matches": [ "*:\/\/www.rabb.it\/*" ], "js": [ "js\/script.js" ], "run_at": "document_idle", "all_frames": false } ] } |