BNTV
Enhances Nimo with new features,emotes and more.
Was ist BNTV?
BNTV ist eine Chrome-Erweiterung, die von mfilali455 entwickelt wurde, und ihr Hauptmerkmal ist "Enhances Nimo with new features,emotes and more.".
Erweiterungsscreenshots
BNTV-Erweiterungs-CRX-Datei herunterladen
Laden Sie BNTV-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
new extension for improving nimo.tv chat with some funny emotes aswell as making smooth communication between users
Grundlegende Informationen zur Erweiterung
Name | |
ID | gbmieajbdicifppidjoninokjomnaglg |
Offizielle URL | https://chrome.google.com/webstore/detail/bntv/gbmieajbdicifppidjoninokjomnaglg |
Beschreibung | Enhances Nimo with new features,emotes and more. |
Dateigröße | 20.21 KB |
Installationsanzahl | 788 |
Aktuelle Version | 3.1.3 |
Letztes Update | 2021-02-25 |
Veröffentlichungsdatum | 2021-01-15 |
Bewertung | 4.33/5 Insgesamt 6 Bewertungen |
Entwickler | mfilali455 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |