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 |
官方網址 | 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 } |