Nimo Shop Hider
Plugin to automatically hide Nimo tv's channel shop bars making it similar to Twitch's Theater mode
Hvad er Nimo Shop Hider?
Nimo Shop Hider er en Chrome-udvidelse udviklet af coankio, og dens hovedfunktion er "Plugin to automatically hide Nimo tv's channel shop bars making it similar to Twitch's Theater mode".
Udvidelsesskærmbilleder
Download Nimo Shop Hider-udvidelses-CRX-fil
Download Nimo Shop Hider-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | almhecceoocelkleeimejdnegbiflffm |
| Officiel URL | https://chromewebstore.google.com/detail/nimo-shop-hider/almhecceoocelkleeimejdnegbiflffm |
| Beskrivelse | Plugin to automatically hide Nimo tv's channel shop bars making it similar to Twitch's Theater mode |
| Filstørrelse | 5.81 KB |
| Antal Installationer | 421 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2021-07-03 |
| Udgivelsesdato | 2020-09-03 |
| Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
| Udvikler | coankio |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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\/*"
]
} | |