Nimo.tv Plus
Improved Nimo.tv interface, with less visual clutter and improvements. Nimo.tv Plus is not operated, sponsored or affiliated with…
什么是Nimo.tv Plus?
Nimo.tv Plus是由Capelinha开发的Chrome扩展程序,该扩展的主要功能是“Improved Nimo.tv interface, with less visual clutter and improvements. Nimo.tv Plus is not operated, sponsored or affiliated with…”。
扩展截图
下载Nimo.tv Plus扩展crx文件
下载Nimo.tv Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Improvements in the design of the Nimo.tv live platform, removal of exaggerated popups, addition of colors to nicknames, quick reply button to messages and button to hide chat. Make Nimo.tv more like Twitch and make your migration easier.
扩展基本信息
名称 | Nimo.tv Plus |
ID | ajlmalinjdbkamfgjbamebnjeejbkkil |
官方URL | https://chromewebstore.google.com/detail/nimotv-plus/ajlmalinjdbkamfgjbamebnjeejbkkil |
简介 | Improved Nimo.tv interface, with less visual clutter and improvements. Nimo.tv Plus is not operated, sponsored or affiliated with… |
文件大小 | 34.19 KB |
安装次数 | 2,692 |
当前版本 | 1.3 |
更新时间 | 2022-03-05 |
上架时间 | 2021-10-24 |
评分 | 4.69/5 共13次评分 |
开发者 | Capelinha |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Capelinha/nimo-clean-layout |
支持的语言 | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.3", "description": "__MSG_appDesc__", "default_locale": "pt_BR", "permissions": [ "https:\/\/*.nimo.tv\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.nimo.tv\/*" ], "css": [ "style.css" ], "js": [ "script.js" ] } ], "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "manifest_version": 2 } |