Nimo Shop Hider
Plugin to automatically hide Nimo tv's channel shop bars making it similar to Twitch's Theater mode
Wat is Nimo Shop Hider?
Nimo Shop Hider is een Chrome-extensie ontwikkeld door coankio, en de belangrijkste functie is "Plugin to automatically hide Nimo tv's channel shop bars making it similar to Twitch's Theater mode".
Extensie Screenshots
Download het CRX-bestand van de extensie Nimo Shop Hider
Download Nimo Shop Hider-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | almhecceoocelkleeimejdnegbiflffm |
| Officiële URL | https://chromewebstore.google.com/detail/nimo-shop-hider/almhecceoocelkleeimejdnegbiflffm |
| Beschrijving | Plugin to automatically hide Nimo tv's channel shop bars making it similar to Twitch's Theater mode |
| Bestandsgrootte | 5.81 KB |
| Aantal Installaties | 421 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2021-07-03 |
| Publicatiedatum | 2020-09-03 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | coankio |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
} | |