Twitch Chat Blocker

Tired of spammers during some huge event on Twitch.tv? Then check this out. You can block users and MESSAGES with just one click!

Twitch Chat Blocker क्या है?

Twitch Chat Blocker Vello Vaherpuu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tired of spammers during some huge event on Twitch.tv? Then check this out. You can block users and MESSAGES with just one click!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitch Chat Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        If you are tired of spammers during huge event on Twitch.tv, but enjoy reading the comments like me, then this extensions is meant for you. It will add 2 extra buttons to each chat item which allow you to block all users messages or block all messages with the same text. For example hundreds of people are spamming !get 100, with this extension you can just block this message and avoid all the spam.

If you like this, please share. If you would like something to be added please let me know.                    

एक्सटेंशन की मूल जानकारी

नाम Twitch Chat Blocker Twitch Chat Blocker
ID nbjimpahfmodcpmklbonpdpdpbgkkiof
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-chat-blocker/nbjimpahfmodcpmklbonpdpdpbgkkiof
विवरण Tired of spammers during some huge event on Twitch.tv? Then check this out. You can block users and MESSAGES with just one click!
फ़ाइल का आकार 1.1 MB
स्थापना संख्या 70
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2018-01-15
प्रकाशन तिथि 2018-01-15
रेटिंग 2.25/5 कुल 4 रेटिंग्स
डेवलपर Vello Vaherpuu
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Chat Blocker",
    "description": "Tired of spammers during some huge event on Twitch.tv? Then check this out. You can block users and MESSAGES with just one click!",
    "version": "0.0.2",
    "browser_action": {
        "default_icon": "icon_16x16.png",
        "default_popup": "background\/popup.html"
    },
    "icons": {
        "16": "icon_16x16.png",
        "48": "icon_48x48.png",
        "128": "icon_128x128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "css": [
                "front\/css.css"
            ],
            "js": [
                "deps\/fontawesome.js",
                "deps\/jquery.js",
                "front\/twitchChatScript.js"
            ]
        }
    ]
}