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 هو إضافة Chrome تم تطويرها بواسطة coankio، والميزة الرئيسية لها هي "Plugin to automatically hide Nimo tv's channel shop bars making it similar to Twitch's Theater mode".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Nimo Shop Hider
قم بتنزيل ملفات الامتداد Nimo Shop Hider بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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\/*" ] } |