Nimo Shop Hider

Plugin to automatically hide Nimo tv's channel shop bars making it similar to Twitch's Theater mode

What is Nimo Shop Hider?

Nimo Shop Hider is a Chrome extension developed by coankio, and its main feature is "Plugin to automatically hide Nimo tv's channel shop bars making it similar to Twitch's Theater mode".

Extension Screenshots

screenshot

Download Nimo Shop Hider Extension CRX File

Download Nimo Shop Hider 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

                        Plugin to automatically hide Nimo tv's channel shop bars and enter theater mode for a better experience.

Plugin para esconder as barras de loja no canal da Nimo tv e entrar no modo cinema automaticamente, melhorando a experiência e deixando mais similar a Twitch.                    

Extension Basic Information

Name Nimo Shop Hider Nimo Shop Hider
ID almhecceoocelkleeimejdnegbiflffm
Official URL https://chromewebstore.google.com/detail/nimo-shop-hider/almhecceoocelkleeimejdnegbiflffm
Description Plugin to automatically hide Nimo tv's channel shop bars making it similar to Twitch's Theater mode
File Size 5.81 KB
Installation Count 421
Current Version 1.2
Last Updated 2021-07-03
Publish Date 2020-09-03
Rating 5.00/5 Total 4 Ratings
Developer coankio
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nimo Shop Hider",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Plugin to automatically hide Nimo tv's channel shop bars making it similar to Twitch's Theater mode",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.nimo.tv\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/www.nimo.tv\/*"
    ]
}