Hide Twitch Chat Users
Enter the names of usernames you would like to hide messages from in Twitch.tv chats (split by whitespace and/or commas).
ما هو Hide Twitch Chat Users؟
Hide Twitch Chat Users هو إضافة Chrome تم تطويرها بواسطة mikeyaworski، والميزة الرئيسية لها هي "Enter the names of usernames you would like to hide messages from in Twitch.tv chats (split by whitespace and/or commas).".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hide Twitch Chat Users
قم بتنزيل ملفات الامتداد Hide Twitch Chat Users بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Click on the icon in your chrome menu to edit settings. Enter the names of usernames you would like to hide messages from in Twitch.tv chats (split by whitespace and/or commas). Check the "hide" checkbox in order for this to take effect. On all Twitch pages, a script will run every 100 milliseconds to hide all messages in chats from the usernames you wrote down. If you make any changes to the usernames or the checkbox, refresh the webpage for them to take effect.
معلومات أساسية عن التمديد
الاسم | |
ID | fcijjhjjaiacddgmgcmlhoabkhmmfiib |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/hide-twitch-chat-users/fcijjhjjaiacddgmgcmlhoabkhmmfiib |
الوصف | Enter the names of usernames you would like to hide messages from in Twitch.tv chats (split by whitespace and/or commas). |
حجم الملف | 38.64 KB |
عدد التثبيتات | 326 |
النسخة الحالية | 2.1.0 |
آخر تحديث | 2023-04-29 |
تاريخ النشر | 2016-08-14 |
تقييم | 3.78/5 مجموع تقييمات 9 |
المطور | mikeyaworski |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/mikeyaworski/Hide-Twitch-Chat-Users |
عنوان صفحة المساعدة | https://github.com/mikeyaworski/Hide-Twitch-Chat-Users/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide Twitch Chat Users", "description": "Enter the names of usernames you would like to hide messages from in Twitch.tv chats (split by whitespace and\/or commas).", "version": "2.1.0", "manifest_version": 3, "browser_specific_settings": { "gecko": { "id": "{6b982795-4e75-4bc0-a1d8-616f4eb39970}" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content-script.js" ] } ], "permissions": [ "storage" ] } |