TwitchCast Helper

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

Cos'è TwitchCast Helper?

TwitchCast Helper è un'estensione di Chrome sviluppata da Codeentangle, e la sua funzione principale è "For everyone that use TwitchCast https://nightdev.com/twitchcast/".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione TwitchCast Helper

Scarica i file di estensione TwitchCast Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TwitchCast Helper TwitchCast Helper
ID fcflimbaekgabcddmkgdhinddiabgcjf
URL Ufficiale https://chromewebstore.google.com/detail/twitchcast-helper/fcflimbaekgabcddmkgdhinddiabgcjf
Descrizione For everyone that use TwitchCast https://nightdev.com/twitchcast/
Dimensione del File 6.42 KB
Conteggio Installazioni 45
Versione Corrente 0.2.4
Ultimo Aggiornamento 2017-11-11
Data di Pubblicazione 2017-11-11
Sviluppatore Codeentangle
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/codeentangle/TwitchCast-Helper
Lingue Supportate 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"
    }
}