View Streams!

Finally, a stream browsing extension that you have the power to control.

Cos'è View Streams!?

View Streams! è un'estensione di Chrome sviluppata da Brioux, e la sua funzione principale è "Finally, a stream browsing extension that you have the power to control.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione View Streams!

Scarica i file di estensione View Streams! 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

                        A Twitch.tv stream browsing extension that allows you to quickly find an enjoyable stream for any game.  This stream browser brings you new level of control and customizability.  Search for your favorite games to show or just browse popular games.  Change skins or create your own.

Regardless of if you're watching League of Legends, Dota 2, Rocket League, or any other game -- We've got you covered.                    

Informazioni di Base sull'Estensione

Nome View Streams! View Streams!
ID caohgnfajjlomaolfpidhohnikmankjm
URL Ufficiale https://chromewebstore.google.com/detail/view-streams/caohgnfajjlomaolfpidhohnikmankjm
Descrizione Finally, a stream browsing extension that you have the power to control.
Dimensione del File 574 KB
Conteggio Installazioni 21
Versione Corrente 1.0.5
Ultimo Aggiornamento 2016-09-20
Data di Pubblicazione 2016-09-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Brioux
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.5",
    "name": "View Streams!",
    "description": "Finally, a stream browsing extension that you have the power to control.",
    "icons": {
        "16": "css\/img\/icon_16x16.png",
        "48": "css\/img\/icon_48x48.png",
        "128": "css\/img\/icon_128x128.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "https:\/\/api.twitch.tv\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "options_page": "options.html"
}