Nimo Shop Hider

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

Vad är Nimo Shop Hider?

Nimo Shop Hider är en Chrome-tillägg utvecklad av coankio, och dess huvudfunktion är "Plugin to automatically hide Nimo tv's channel shop bars making it similar to Twitch's Theater mode".

Tilläggsskärmbilder

screenshot

Ladda ner Nimo Shop Hider-förlängningens CRX-fil

Ladda ner Nimo Shop Hider-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Nimo Shop Hider Nimo Shop Hider
ID almhecceoocelkleeimejdnegbiflffm
Officiell webbadress https://chromewebstore.google.com/detail/nimo-shop-hider/almhecceoocelkleeimejdnegbiflffm
Beskrivning Plugin to automatically hide Nimo tv's channel shop bars making it similar to Twitch's Theater mode
Filstorlek 5.81 KB
Antal Installationer 421
Aktuell Version 1.2
Senast Uppdaterad 2021-07-03
Publiceringsdatum 2020-09-03
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare coankio
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}