Stream Live — notifications for live streams

Follow your favorite broadcasts on all popular platforms

Τι είναι το Stream Live — notifications for live streams;

Το Stream Live — notifications for live streams είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DomenO, και η κύρια λειτουργία του είναι "Follow your favorite broadcasts on all popular platforms".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Stream Live — notifications for live streams

Λήψη αρχείων επέκτασης Stream Live — notifications for live streams σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Stream Live is a convenient browser extension for tracking live streams on popular streaming platforms such as Twitch, YouTube, and others. Stay updated on the latest streams from your favorite content creators with our intuitive and easy-to-use extension.

NOTE: YOU MUST PIN THE EXTENSION IN CHROME TO SEE THE ICON IN THE TOP BAR

Stream Live provides a simple and customizable interface for personalized notifications. Choose the platforms for which you want to receive notifications about live streams, and the extension will inform you about each stream's start.

The extension also offers usefull pinning of favorite channels, providing easy access to the content of your most-liked streamers on Kick, Trovo, and other sites. We also support a dark theme for comfortable viewing.

Log in through Twitch, Trovo, or VKPlay to integrate all your subscriptions into the extension. For YouTube, Kick, or GoodGame, manual channel addition has been conveniently included.

Don't miss any important streams! Install Stream Live right now and enjoy usefull notifications, quick access to most-liked channels on VKPlay, GoodGame, and other services.

Developed by fadme.dev                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Stream Live — notifications for live streams Stream Live — notifications for live streams
ID doepggdkcpgpoahobdnbppmbcfeplijh
Επίσημο URL https://chromewebstore.google.com/detail/stream-live-%E2%80%94-notificatio/doepggdkcpgpoahobdnbppmbcfeplijh
Περιγραφή Follow your favorite broadcasts on all popular platforms
Μέγεθος Αρχείου 45.29 KB
Αριθμός Εγκαταστάσεων 841
Τρέχουσα Έκδοση 2.9.1
Τελευταία Ενημέρωση 2024-02-12
Ημερομηνία Δημοσίευσης 2020-06-02
Αξιολόγηση 4.82/5 Συνολικά 39 Αξιολογήσεις
Προγραμματιστής DomenO
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://streamlive.fadme.dev/
URL της Σελίδας Πολιτικής Απορρήτου https://streamlive.fadme.dev/privacy-policy.html
Υποστηριζόμενες Γλώσσες en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.9.1",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "https:\/\/static-cdn.jtvnw.net\/*",
        "https:\/\/*.ggpht.com\/*",
        "https:\/\/*.googleusercontent.com\/*",
        "https:\/\/headicon.trovo.live\/*",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/streamlive.fadme.dev\/*",
        "https:\/\/vkplay.live\/*",
        "https:\/\/images.vkplay.live\/*",
        "https:\/\/kick.com\/*",
        "https:\/\/files.kick.com\/*",
        "https:\/\/static.goodgame.ru\/*",
        "http:\/\/localhost:8333\/*",
        "notifications",
        "storage",
        "idle"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:8333\/*",
            "https:\/\/streamlive.fadme.dev\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vkplay.live\/*"
            ],
            "js": [
                "includes\/vkplay.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "assets\/favicon\/16.png",
            "32": "assets\/favicon\/32.png",
            "48": "assets\/favicon\/48.png",
            "128": "assets\/favicon\/128.png"
        }
    },
    "icons": {
        "16": "assets\/favicon\/16.png",
        "32": "assets\/favicon\/32.png",
        "48": "assets\/favicon\/48.png",
        "128": "assets\/favicon\/128.png"
    },
    "manifest_version": 2
}