BNTV
Enhances Nimo with new features,emotes and more.
什麼是BNTV?
BNTV是由mfilali455開發的Chrome擴展程式,該擴展的主要功能是“Enhances Nimo with new features,emotes and more.”。
擴展截圖
下載BNTV擴展crx文件
下載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 |
官方網址 | 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" } ] } |