Twitch.tv Stream Search

This extension allows users to quickly and easily find and stream Twitch channels!

What is Twitch.tv Stream Search?

Twitch.tv Stream Search is a Chrome extension developed by tdloganj, and its main feature is "This extension allows users to quickly and easily find and stream Twitch channels!".

Download Twitch.tv Stream Search Extension CRX File

Download Twitch.tv Stream Search 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

                        This little extension allows you to quickly search twitch for any stream of any game you want! If you find the stream you want to watch, just click on the image and it will open the twitch player right in the view! Otherwise you may click on the streamer name to be linked directly to their site.                    

Extension Basic Information

Name Twitch.tv Stream Search Twitch.tv Stream Search
ID mpimnemdomnlnllinjohifkedjepadjf
Official URL https://chrome.google.com/webstore/detail/twitchtv-stream-search/mpimnemdomnlnllinjohifkedjepadjf
Description This extension allows users to quickly and easily find and stream Twitch channels!
File Size 25.62 KB
Installation Count 30
Current Version 1.1
Last Updated 2015-09-16
Publish Date 2015-09-16
Rating 5.00/5 Total 1 Ratings
Developer tdloganj
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "manifest_version": 2,
    "name": "Twitch.tv Stream Search",
    "description": "This extension allows users to quickly and easily find and stream Twitch channels!",
    "browser_action": {
        "default_icon": ".\/assets\/GlitchIcon_Purple.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "fullscreen",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}