Teuf Livestream
Show Teuf DLive Stream on your Twitch followings list
Teuf Livestreamคืออะไร?
Teuf Livestream เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Moute และคุณลักษณะหลักของมันคือ "Show Teuf DLive Stream on your Twitch followings list"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Teuf Livestream
ดาวน์โหลดไฟล์ส่วนขยาย Teuf Livestream ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Affichez le stream de Teuf dans votre liste de chaines suivies sur Twitch
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Teuf Livestream |
ID | iblpacfeimklejjgmomhcglilmnjicpl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/teuf-livestream/iblpacfeimklejjgmomhcglilmnjicpl |
คำอธิบาย | Show Teuf DLive Stream on your Twitch followings list |
ขนาดไฟล์ | 9.84 KB |
จำนวนการติดตั้ง | 41 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2022-10-29 |
วันที่เผยแพร่ | 2022-10-29 |
ผู้พัฒนา | Moute |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Show Teuf DLive Stream on your Twitch followings list", "manifest_version": 3, "name": "Teuf Livestream", "version": "1.1", "homepage_url": "https:\/\/teufeurs.xyz", "icons": { "48": "icons\/teufExt-48.png", "96": "icons\/teufExt-96.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "dlive.js" ] } ], "host_permissions": [ "*:\/\/*.twitch.tv\/*", "https:\/\/*.herokuapp.com\/" ] } |