Streamcompanion.app Extension
Streamcompanion for kick.com
Cos'è Streamcompanion.app Extension?
Streamcompanion.app Extension è un'estensione di Chrome sviluppata da https://streamcompanion.app, e la sua funzione principale è "Streamcompanion for kick.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Streamcompanion.app Extension
Scarica i file di estensione Streamcompanion.app Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Stream Companion Chrome Extension consists of various tools designed to enhance the experience of watching live streams and video content. Currently, it provides Chromecast support for live streams and VOD on Kick.com. Future updates are planned to include functionality for Twitch and YouTube.
Informazioni di Base sull'Estensione
Nome | Streamcompanion.app Extension |
ID | ojhbcendomkgdccbbhjcphkdpajadfnk |
URL Ufficiale | https://chromewebstore.google.com/detail/streamcompanionapp-extens/ojhbcendomkgdccbbhjcphkdpajadfnk |
Descrizione | Streamcompanion for kick.com |
Dimensione del File | 9.74 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2023-08-18 |
Data di Pubblicazione | 2023-08-04 |
Sviluppatore | https://streamcompanion.app |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://streamcompanion.app/privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Streamcompanion.app Extension", "version": "0.2", "description": "Streamcompanion for kick.com", "permissions": [], "host_permissions": [ "https:\/\/kick.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/kick.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "cast.min.js", "runCastjs.js", "cast_white.svg" ], "matches": [ "https:\/\/kick.com\/*" ] } ], "icons": { "16": "favicon.png", "48": "favicon.png", "128": "favicon.png" } } |