Nimo Shop Hider
Plugin to automatically hide Nimo tv's channel shop bars making it similar to Twitch's Theater mode
Co to jest Nimo Shop Hider?
Nimo Shop Hider to rozszerzenie Chrome opracowane przez coankio, a jego główną funkcją jest „Plugin to automatically hide Nimo tv's channel shop bars making it similar to Twitch's Theater mode”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Nimo Shop Hider
Pobierz pliki rozszerzeń Nimo Shop Hider w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Nimo Shop Hider |
ID | almhecceoocelkleeimejdnegbiflffm |
Oficjalny URL | https://chromewebstore.google.com/detail/nimo-shop-hider/almhecceoocelkleeimejdnegbiflffm |
Opis | Plugin to automatically hide Nimo tv's channel shop bars making it similar to Twitch's Theater mode |
Rozmiar pliku | 5.81 KB |
Liczba instalacji | 421 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2021-07-03 |
Data Publikacji | 2020-09-03 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | coankio |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |