BNTV
Enhances Nimo with new features,emotes and more.
BNTV là gì?
BNTV là một tiện ích mở rộng Chrome được phát triển bởi mfilali455, và tính năng chính của nó là "Enhances Nimo with new features,emotes and more.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BNTV
Tải xuống các tệp mở rộng BNTV dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
new extension for improving nimo.tv chat with some funny emotes aswell as making smooth communication between users
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gbmieajbdicifppidjoninokjomnaglg |
URL Chính Thức | https://chrome.google.com/webstore/detail/bntv/gbmieajbdicifppidjoninokjomnaglg |
Mô tả | Enhances Nimo with new features,emotes and more. |
Kích Thước Tệp | 20.21 KB |
Số Lần Cài Đặt | 788 |
Phiên Bản Hiện Tại | 3.1.3 |
Cập Nhật Lần Cuối | 2021-02-25 |
Ngày Phát Hành | 2021-01-15 |
Đánh Giá | 4.33/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | mfilali455 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |