BNTV
Enhances Nimo with new features,emotes and more.
BNTVคืออะไร?
BNTV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mfilali455 และคุณลักษณะหลักของมันคือ "Enhances Nimo with new features,emotes and more."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BNTV
ดาวน์โหลดไฟล์ส่วนขยาย BNTV ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
new extension for improving nimo.tv chat with some funny emotes aswell as making smooth communication between users
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gbmieajbdicifppidjoninokjomnaglg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/bntv/gbmieajbdicifppidjoninokjomnaglg |
คำอธิบาย | Enhances Nimo with new features,emotes and more. |
ขนาดไฟล์ | 20.21 KB |
จำนวนการติดตั้ง | 788 |
เวอร์ชันปัจจุบัน | 3.1.3 |
อัปเดตครั้งล่าสุด | 2021-02-25 |
วันที่เผยแพร่ | 2021-01-15 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | mfilali455 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BNTV", "version": "3.1.3", "description": "Enhances Nimo with new features,emotes and more.", "icons": { "16": "icons\/BNTV16.png", "48": "icons\/BNTV48.png", "128": "icons\/BNTV128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.nimo.tv\/*" ], "js": [ "scripts\/BNTV_MentionChat.js", "scripts\/BNTV_MentionEmote.js", "scripts\/BNTV_OtherScripts.js", "scripts\/BNTV_Script.js" ], "css": [ "styles\/BNTV_Style_tooltip.css", "styles\/BNTV_Style.css", "styles\/BNTV_Style_CB.css" ], "run_at": "document_end" } ] } |