Rabb.it with Twitch Emotes
Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome)
什么是Rabb.it with Twitch Emotes?
Rabb.it with Twitch Emotes是由squabble开发的Chrome扩展程序,该扩展的主要功能是“Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome)”。
扩展截图
下载Rabb.it with Twitch Emotes扩展crx文件
下载Rabb.it with Twitch Emotes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Bring the Twitch.tv experience to Rabb.it and feel at home. *** NOT compatible with new UI - 02/05/2019 ***
扩展基本信息
名称 | |
ID | lajgmieldekphdicpmpenogignloiain |
官方URL | https://chrome.google.com/webstore/detail/rabbit-with-twitch-emotes/lajgmieldekphdicpmpenogignloiain |
简介 | Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome) |
文件大小 | 13.74 KB |
安装次数 | 1,789 |
当前版本 | 0.1.8 |
更新时间 | 2019-02-07 |
上架时间 | 2019-02-07 |
评分 | 5.00/5 共5次评分 |
开发者 | squabble |
扩展官网 | https://twitch.tv/lacari |
支持的语言 | 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 } ] } |