Filter Twitch Chat

Filter Twitch.tv Chat

What is Filter Twitch Chat?

Filter Twitch Chat is a Chrome extension developed by VS.K, and its main feature is "Filter Twitch.tv Chat".

Extension Screenshots

screenshot

Download Filter Twitch Chat Extension CRX File

Download Filter Twitch Chat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        자동으로 트위치 채팅을 필터링합니다.                    

Extension Basic Information

Name Filter Twitch Chat Filter Twitch Chat
ID egddcipohidcbnihhlndnkgdckmndfbe
Official URL https://chrome.google.com/webstore/detail/filter-twitch-chat/egddcipohidcbnihhlndnkgdckmndfbe
Description Filter Twitch.tv Chat
File Size 72.5 KB
Installation Count 314
Current Version 2.1.0
Last Updated 2018-01-27
Publish Date 2018-01-27
Rating 4.60/5 Total 10 Ratings
Developer VS.K
Email [email protected]
Payment Type free
Extension Website http://blog.naver.com/dxkim08
Help Page URL http://blog.naver.com/dxkim08
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Filter Twitch Chat",
    "description": "Filter Twitch.tv Chat",
    "version": "2.1.0",
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js"
            ],
            "matches": [
                "*:\/\/twitch.tv\/*",
                "*:\/\/*.twitch.tv\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*.twitch.tv\/*"
    ]
}