TwitchCast Helper

For everyone that use TwitchCast https://nightdev.com/twitchcast/

What is TwitchCast Helper?

TwitchCast Helper is a Chrome extension developed by Codeentangle, and its main feature is "For everyone that use TwitchCast https://nightdev.com/twitchcast/".

Extension Screenshots

screenshot
screenshot

Download TwitchCast Helper Extension CRX File

Download TwitchCast Helper 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 extension works in three simple steps.

Step 1
Go to twitch channel of choise.

Step 2
TwitchCast Helper play button will activate.

Step 3
Click to be directed to the TwitchCast page.                    

Extension Basic Information

Name TwitchCast Helper TwitchCast Helper
ID fcflimbaekgabcddmkgdhinddiabgcjf
Official URL https://chromewebstore.google.com/detail/twitchcast-helper/fcflimbaekgabcddmkgdhinddiabgcjf
Description For everyone that use TwitchCast https://nightdev.com/twitchcast/
File Size 6.42 KB
Installation Count 45
Current Version 0.2.4
Last Updated 2017-11-11
Publish Date 2017-11-11
Developer Codeentangle
Payment Type free
Extension Website https://github.com/codeentangle/TwitchCast-Helper
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TwitchCast Helper",
    "version": "0.2.4",
    "description": "For everyone that use TwitchCast https:\/\/nightdev.com\/twitchcast\/",
    "background": {
        "scripts": [
            "init.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon-128.png",
        "default_title": "TwitchCast Helper"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/nightdev.com\/twitchcast\/*"
            ],
            "js": [
                "setchannel.js"
            ]
        }
    ],
    "permissions": [
        "declarativeContent",
        "tabs",
        "storage"
    ],
    "icons": {
        "240": "icon-128.png"
    }
}