Streams Now

This extension shows currently live channels from Twitch and Hitbox

Qu'est-ce que Streams Now ?

Streams Now est une extension Chrome développée par SkewPL, et sa fonction principale est "This extension shows currently live channels from Twitch and Hitbox".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Streams Now

Téléchargez les fichiers d'extension Streams Now au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension will keep you up to date with currently live channels on Twitch and Hitbox. Just enter your hitbox and/or twitch name in settings and press save. Extension will automatically download channels that you are following, and show currently live channels in popup. Extension can also show notifications when channel goes live and play sound effects, you can easly configure everything you want.                    

Informations de Base sur l'Extension

Nom Streams Now Streams Now
ID hfgbofkndeplfbblcickldfgbfelakgj
URL Officiel https://chromewebstore.google.com/detail/streams-now/hfgbofkndeplfbblcickldfgbfelakgj
Description This extension shows currently live channels from Twitch and Hitbox
Taille du Fichier 525 KB
Nombre d'Installations 124
Version Actuelle 1.0
Dernière Mise à Jour 2016-03-06
Date de Publication 2016-03-06
Évaluation 4.33/5 Total 6 Évaluations
Développeur SkewPL
Type de Paiement free
Langues Prises en Charge en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "options_page": "options.html",
    "default_locale": "en",
    "version": "1.0",
    "icons": {
        "128": "assets\/icon-128.png",
        "48": "assets\/icon-48.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/jquery-2.1.3.min.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/icon-48.png",
        "default_title": "__MSG_appName__"
    },
    "permissions": [
        "activeTab",
        "storage",
        "background",
        "notifications",
        "https:\/\/api.twitch.tv\/",
        "https:\/\/www.hitbox.tv\/"
    ]
}