Twitch Peak

Keeps the current tab set to the largest stream for any given game on Twitch!

Qu'est-ce que Twitch Peak ?

Twitch Peak est une extension Chrome développée par noahwillcrow, et sa fonction principale est "Keeps the current tab set to the largest stream for any given game on Twitch!".

Télécharger le fichier CRX de l'extension Twitch Peak

Téléchargez les fichiers d'extension Twitch Peak 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

                        Keep your eyes glued to only the top Twitch stream of any given game!

Instructions:
Just install this extension, click the icon in the Chrome menu, type in the name of your game, and click "Start Watching"!

Source code is available on GitHub!                    

Informations de Base sur l'Extension

Nom Twitch Peak Twitch Peak
ID lmdldooiahghimedndlabgjfkddemjdj
URL Officiel https://chromewebstore.google.com/detail/twitch-peak/lmdldooiahghimedndlabgjfkddemjdj
Description Keeps the current tab set to the largest stream for any given game on Twitch!
Taille du Fichier 120 KB
Nombre d'Installations 23
Version Actuelle 1.0.3
Dernière Mise à Jour 2017-07-25
Date de Publication 2017-07-25
Développeur noahwillcrow
Type de Paiement free
Site Web de l'Extension https://github.com/noahwillcrow/TwitchPeak
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Peak",
    "short_name": "TwitchPeak",
    "version": "1.0.3",
    "description": "Keeps the current tab set to the largest stream for any given game on Twitch!",
    "icons": {
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/api.twitch.tv\/kraken\/streams"
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": "icon-32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery-3.2.1.min.js",
            "background.js"
        ],
        "persistent": true
    }
}