MultiTwitchIT

Makes the life easier for twitch.tv users who likes to use the multitwitch.tv, a new tab opens with all opened twtich.tv streams

Qu'est-ce que MultiTwitchIT ?

MultiTwitchIT est une extension Chrome développée par https://www.outofmemory.blog.br, et sa fonction principale est "Makes the life easier for twitch.tv users who likes to use the multitwitch.tv, a new tab opens with all opened twtich.tv streams".

Télécharger le fichier CRX de l'extension MultiTwitchIT

Téléchargez les fichiers d'extension MultiTwitchIT 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 makes the life easier for twitch.tv users who likes to use the multitwitch.tv functionality to watch multiple streams in the same tab.
Open all streams you want to watch and then click on the MultitwitchIT icon of  and voia la! A new tab opens with all previously opened twtich.tv streams.                    

Informations de Base sur l'Extension

Nom MultiTwitchIT MultiTwitchIT
ID jgdgdklgeobfdjmjhajoeblmaicchfel
URL Officiel https://chromewebstore.google.com/detail/multitwitchit/jgdgdklgeobfdjmjhajoeblmaicchfel
Description Makes the life easier for twitch.tv users who likes to use the multitwitch.tv, a new tab opens with all opened twtich.tv streams
Taille du Fichier 61.04 KB
Nombre d'Installations 74
Version Actuelle 0.4
Dernière Mise à Jour 2016-09-12
Date de Publication 2016-09-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://www.outofmemory.blog.br
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MultiTwitchIT",
    "description": "Makes the life easier for twitch.tv users who likes to use the multitwitch.tv, a new tab opens with all opened twtich.tv streams",
    "version": "0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ]
}