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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย squabble และคุณลักษณะหลักของมันคือ "Adds 500+ Twitch/BTTV/FFZ emotes to Rabb.it! (Chrome)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rabb.it with Twitch Emotes
ดาวน์โหลดไฟล์ส่วนขยาย 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 } ] } |