Streamcompanion.app Extension

Streamcompanion for kick.com

What is Streamcompanion.app Extension?

Streamcompanion.app Extension is a Chrome extension developed by https://streamcompanion.app, and its main feature is "Streamcompanion for kick.com".

Extension Screenshots

screenshot

Download Streamcompanion.app Extension Extension CRX File

Download Streamcompanion.app Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Streamcompanion.app Extension Streamcompanion.app Extension
ID ojhbcendomkgdccbbhjcphkdpajadfnk
Official URL https://chromewebstore.google.com/detail/streamcompanionapp-extens/ojhbcendomkgdccbbhjcphkdpajadfnk
Description Streamcompanion for kick.com
File Size 9.74 KB
Installation Count 23
Current Version 0.2
Last Updated 2023-08-18
Publish Date 2023-08-04
Developer https://streamcompanion.app
Email [email protected]
Payment Type free
Privacy Policy Page URL https://streamcompanion.app/privacy
Supported Languages 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"
    }
}