Nimo.tv Plus
Improved Nimo.tv interface, with less visual clutter and improvements. Nimo.tv Plus is not operated, sponsored or affiliated with…
What is Nimo.tv Plus?
Nimo.tv Plus is a Chrome extension developed by Capelinha, and its main feature is "Improved Nimo.tv interface, with less visual clutter and improvements. Nimo.tv Plus is not operated, sponsored or affiliated with…".
Extension Screenshots
Download Nimo.tv Plus Extension CRX File
Download Nimo.tv Plus 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
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.
Extension Basic Information
Name | Nimo.tv Plus |
ID | ajlmalinjdbkamfgjbamebnjeejbkkil |
Official URL | https://chromewebstore.google.com/detail/nimotv-plus/ajlmalinjdbkamfgjbamebnjeejbkkil |
Description | Improved Nimo.tv interface, with less visual clutter and improvements. Nimo.tv Plus is not operated, sponsored or affiliated with… |
File Size | 34.19 KB |
Installation Count | 2,692 |
Current Version | 1.3 |
Last Updated | 2022-03-05 |
Publish Date | 2021-10-24 |
Rating | 4.69/5 Total 13 Ratings |
Developer | Capelinha |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Capelinha/nimo-clean-layout |
Supported Languages | 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 } |