Gifs4Twitch
Integrate Gifs into your Twitch chat!
Gifs4Twitchคืออะไร?
Gifs4Twitch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Beaglebreath และคุณลักษณะหลักของมันคือ "Integrate Gifs into your Twitch chat!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gifs4Twitch
ดาวน์โหลดไฟล์ส่วนขยาย Gifs4Twitch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Level up your Twitch chat by sending and receiving Gifs! Simply click on the Gifs4Twitch icon in your chat to get started. Powered by Tenor
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gifs4Twitch |
ID | ndpdoogmnglfkikddnhiiohnfglajfhe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gifs4twitch/ndpdoogmnglfkikddnhiiohnfglajfhe |
คำอธิบาย | Integrate Gifs into your Twitch chat! |
ขนาดไฟล์ | 779 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2021-07-13 |
วันที่เผยแพร่ | 2021-07-05 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Beaglebreath |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gifs4Twitch", "version": "0.1.0", "manifest_version": 2, "description": "Integrate Gifs into your Twitch chat!", "icons": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "38": "images\/icon-38.png", "128": "images\/icon-128.png" }, "default_locale": "en", "permissions": [], "content_scripts": [ { "matches": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "js": [ "scripts\/contentscript.js" ], "css": [ "styles\/content.css", "styles\/bootstrap.min.css" ], "run_at": "document_end", "all_frames": false } ], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "twitch giphy", "default_popup": "popup.html" }, "web_accessible_resources": [ "images\/icon-38.png" ] } |