Stream Defense Controller

A controller for the popular Twitch.tv stream defense game.

Wat is Stream Defense Controller?

Stream Defense Controller is een Chrome-extensie ontwikkeld door Mariusz Dabrowski, en de belangrijkste functie is "A controller for the popular Twitch.tv stream defense game.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Stream Defense Controller

Download Stream Defense Controller-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This is a video overlay for the popular Twitch.tv stream defense game: https://www.twitch.tv/archonthewizard

It creates an overlay over the video to allow you to play without typing commands.                    

Basisinformatie over de Extensie

Naam Stream Defense Controller Stream Defense Controller
ID kdnmeicbpnbfjhoeofjpglbfcmhepdga
Officiële URL https://chromewebstore.google.com/detail/stream-defense-controller/kdnmeicbpnbfjhoeofjpglbfcmhepdga
Beschrijving A controller for the popular Twitch.tv stream defense game.
Bestandsgrootte 40.52 KB
Aantal Installaties 26
Huidige Versie 2.1.2
Laatst Bijgewerkt 2019-03-20
Publicatiedatum 2019-03-20
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Mariusz Dabrowski
Betalingswijze free
Extensiewebsite https://github.com/MariuszDabrowski/stream-defense-controller
Help Pagina-URL https://github.com/MariuszDabrowski/stream-defense-controller
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stream Defense Controller",
    "description": "A controller for the popular Twitch.tv stream defense game.",
    "version": "2.1.2",
    "author": "Mariusz Dabrowski",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*",
                "http:\/\/*.twitch.tv\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/overlay.bundle.js"
            ],
            "css": [
                "css\/overlay.css",
                "css\/tabs.css",
                "css\/video.css",
                "css\/factionsSelect.css",
                "css\/classSelector.css",
                "css\/cost.css",
                "css\/mapSelector.css",
                "css\/toggleVisibility.css",
                "css\/customActions.css",
                "css\/powerButtons.css",
                "css\/targetPriority.css",
                "css\/votingOptions.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Stream Defense Controller",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/128x128.png"
        }
    },
    "permissions": [
        "tabs",
        "storage",
        "management"
    ],
    "icons": {
        "128": "images\/app-icon-128x128.png"
    }
}