BNTV
Enhances Nimo with new features,emotes and more.
What is BNTV?
BNTV is a Chrome extension developed by mfilali455, and its main feature is "Enhances Nimo with new features,emotes and more.".
Extension Screenshots
Download BNTV Extension CRX File
Download BNTV extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
new extension for improving nimo.tv chat with some funny emotes aswell as making smooth communication between users
Extension Basic Information
Name | |
ID | gbmieajbdicifppidjoninokjomnaglg |
Official URL | https://chrome.google.com/webstore/detail/bntv/gbmieajbdicifppidjoninokjomnaglg |
Description | Enhances Nimo with new features,emotes and more. |
File Size | 20.21 KB |
Installation Count | 788 |
Current Version | 3.1.3 |
Last Updated | 2021-02-25 |
Publish Date | 2021-01-15 |
Rating | 4.33/5 Total 6 Ratings |
Developer | mfilali455 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |