Nimo.tv Plus

Improved Nimo.tv interface, with less visual clutter and improvements. Nimo.tv Plus is not operated, sponsored or affiliated with…

Hvad er Nimo.tv Plus?

Nimo.tv Plus er en Chrome-udvidelse udviklet af Capelinha, og dens hovedfunktion er "Improved Nimo.tv interface, with less visual clutter and improvements. Nimo.tv Plus is not operated, sponsored or affiliated with…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Nimo.tv Plus-udvidelses-CRX-fil

Download Nimo.tv Plus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Nimo.tv Plus Nimo.tv Plus
ID ajlmalinjdbkamfgjbamebnjeejbkkil
Officiel URL https://chromewebstore.google.com/detail/nimotv-plus/ajlmalinjdbkamfgjbamebnjeejbkkil
Beskrivelse Improved Nimo.tv interface, with less visual clutter and improvements. Nimo.tv Plus is not operated, sponsored or affiliated with…
Filstørrelse 34.19 KB
Antal Installationer 2,692
Nuværende Version 1.3
Senest Opdateret 2022-03-05
Udgivelsesdato 2021-10-24
Bedømmelse 4.69/5 Samlet 13 Bedømmelser
Udvikler Capelinha
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/Capelinha/nimo-clean-layout
Understøttede Sprog 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
}