Searchsen - Twitch VOD Chat Search Tool

Search the chat of Twitch VODs

What is Searchsen - Twitch VOD Chat Search Tool?

Searchsen - Twitch VOD Chat Search Tool is a Chrome extension developed by burakdrk, and its main feature is "Search the chat of Twitch VODs".

Extension Screenshots

screenshot

Download Searchsen - Twitch VOD Chat Search Tool Extension CRX File

Download Searchsen - Twitch VOD Chat Search Tool 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

                        v3.0:
All channels are now supported.

Source Code: https://github.com/burakdrk/searchsen                    

Extension Basic Information

Name Searchsen - Twitch VOD Chat Search Tool Searchsen - Twitch VOD Chat Search Tool
ID jncopnckeaddkmiajjmpoglomkhcdfkn
Official URL https://chromewebstore.google.com/detail/searchsen-twitch-vod-chat/jncopnckeaddkmiajjmpoglomkhcdfkn
Description Search the chat of Twitch VODs
File Size 210 KB
Installation Count 478
Current Version 3.1
Last Updated 2023-07-04
Publish Date 2022-01-20
Rating 4.86/5 Total 7 Ratings
Developer burakdrk
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Searchsen - Twitch VOD Chat Search Tool",
    "short_name": "Searchsen",
    "description": "Search the chat of Twitch VODs",
    "version": "3.1",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_title": "Searchsen",
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "webRequest",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.twitch.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}