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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } ] } |