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 mikeyaworski द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enter the names of usernames you would like to hide messages from in Twitch.tv chats (split by whitespace and/or commas)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hide Twitch Chat Users एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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" ] } |