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开发的Chrome扩展程序,该扩展的主要功能是“Plugin to automatically hide Nimo tv's channel shop bars making it similar to Twitch's Theater mode”。

扩展截图

screenshot

下载Nimo Shop Hider扩展crx文件

下载Nimo Shop Hider扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
    ]
}