Twitch Kino
Extension for integrating streams into Twitch page.
Qu'est-ce que Twitch Kino ?
Twitch Kino est une extension Chrome développée par truetripled, et sa fonction principale est "Extension for integrating streams into Twitch page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Kino
Téléchargez les fichiers d'extension Twitch Kino 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 allows you to watch streams from several streaming platforms while staying on Twitch. Open Twitch stream page, open extension popup, type in nickname of streamer from WASD or GoodGame and click 'Change player', so extension will replace Twitch player with desired one. Important! This extension only works on Twitch stream page, e.g. https://twitch.tv/forsen.
Informations de Base sur l'Extension
Nom | Twitch Kino |
ID | dnighmaokjmhadecckimjodpbaoehbfm |
URL Officiel | https://chromewebstore.google.com/detail/twitch-kino/dnighmaokjmhadecckimjodpbaoehbfm |
Description | Extension for integrating streams into Twitch page. |
Taille du Fichier | 316 KB |
Nombre d'Installations | 24 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2022-06-21 |
Date de Publication | 2022-05-25 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | truetripled |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Kino", "version": "1.0.3", "description": "Extension for integrating streams into Twitch page.", "manifest_version": 3, "permissions": [ "storage" ], "icons": { "16": "icons\/peepoGlad16.png", "32": "icons\/peepoGlad32.png", "48": "icons\/peepoGlad48.png", "128": "icons\/peepoGlad128.png" }, "action": { "default_icon": "icons\/peepoGlad128.png", "default_popup": "index.html", "default_title": "Twitch Kino" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content.js" ], "all_frames": true, "runAt": "document_start" } ] } |