BNTV
Enhances Nimo with new features,emotes and more.
Qu'est-ce que BNTV ?
BNTV est une extension Chrome développée par mfilali455, et sa fonction principale est "Enhances Nimo with new features,emotes and more.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BNTV
Téléchargez les fichiers d'extension BNTV au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
new extension for improving nimo.tv chat with some funny emotes aswell as making smooth communication between users
Informations de Base sur l'Extension
Nom | |
ID | gbmieajbdicifppidjoninokjomnaglg |
URL Officiel | https://chrome.google.com/webstore/detail/bntv/gbmieajbdicifppidjoninokjomnaglg |
Description | Enhances Nimo with new features,emotes and more. |
Taille du Fichier | 20.21 KB |
Nombre d'Installations | 788 |
Version Actuelle | 3.1.3 |
Dernière Mise à Jour | 2021-02-25 |
Date de Publication | 2021-01-15 |
Évaluation | 4.33/5 Total 6 Évaluations |
Développeur | mfilali455 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |