Twitch.tv Stream Search
This extension allows users to quickly and easily find and stream Twitch channels!
Qu'est-ce que Twitch.tv Stream Search ?
Twitch.tv Stream Search est une extension Chrome développée par tdloganj, et sa fonction principale est "This extension allows users to quickly and easily find and stream Twitch channels!".
Télécharger le fichier CRX de l'extension Twitch.tv Stream Search
Téléchargez les fichiers d'extension Twitch.tv Stream Search 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 little extension allows you to quickly search twitch for any stream of any game you want! If you find the stream you want to watch, just click on the image and it will open the twitch player right in the view! Otherwise you may click on the streamer name to be linked directly to their site.
Informations de Base sur l'Extension
Nom | |
ID | mpimnemdomnlnllinjohifkedjepadjf |
URL Officiel | https://chrome.google.com/webstore/detail/twitchtv-stream-search/mpimnemdomnlnllinjohifkedjepadjf |
Description | This extension allows users to quickly and easily find and stream Twitch channels! |
Taille du Fichier | 25.62 KB |
Nombre d'Installations | 30 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2015-09-16 |
Date de Publication | 2015-09-16 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | tdloganj |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1", "manifest_version": 2, "name": "Twitch.tv Stream Search", "description": "This extension allows users to quickly and easily find and stream Twitch channels!", "browser_action": { "default_icon": ".\/assets\/GlitchIcon_Purple.png", "default_popup": "index.html" }, "permissions": [ "fullscreen", "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |