Nimo Shop Hider

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

Nimo Shop Hider क्या है?

Nimo Shop Hider coankio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Plugin to automatically hide Nimo tv's channel shop bars making it similar to Twitch's Theater mode"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Nimo Shop Hider एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Nimo Shop Hider Nimo Shop Hider
ID almhecceoocelkleeimejdnegbiflffm
आधिकारिक URL https://chromewebstore.google.com/detail/nimo-shop-hider/almhecceoocelkleeimejdnegbiflffm
विवरण Plugin to automatically hide Nimo tv's channel shop bars making it similar to Twitch's Theater mode
फ़ाइल का आकार 5.81 KB
स्थापना संख्या 421
वर्तमान संस्करण 1.2
अंतिम अपडेट 2021-07-03
प्रकाशन तिथि 2020-09-03
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर coankio
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*"
    ]
}