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…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Nimo.tv Plus 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
}