Who's Live on Twitch

See who's streaming live that you're following on Twitch.tv

Was ist Who's Live on Twitch?

Who's Live on Twitch ist eine Chrome-Erweiterung, die von Adam entwickelt wurde, und ihr Hauptmerkmal ist "See who's streaming live that you're following on Twitch.tv".

Erweiterungsscreenshots

screenshot
screenshot

Who's Live on Twitch-Erweiterungs-CRX-Datei herunterladen

Laden Sie Who's Live on Twitch-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Easily check to see who's live streaming that you're following on Twitch.tv!

Connect your Twitch account in a couple clicks and you're done! Anyone new that you follow or unfollow will automatically update in the extension.

--- Free Features ---

✔ Search quickly by streamer, title, game or site
✔ 2 Favorite Streamers
✔ 2 Streamer Notifications
✔ Accounts, Favorites and Notifications Save Between Browsers

--- Pro Features ($4.99) ---

✔ Unlimited Favorite Streamers
✔ Unlimited Streamer Notifications
✔ Unlimited Access to All Future Features

--- Pro Features Coming Soon ---

• Order your Favorite Streamers
• Many Notification Settings
• Much more too come!                    

Grundlegende Informationen zur Erweiterung

Name Who's Live on Twitch Who's Live on Twitch
ID omejdljcfhmldgkndfhoeogdjghlghek
Offizielle URL https://chromewebstore.google.com/detail/whos-live-on-twitch/omejdljcfhmldgkndfhoeogdjghlghek
Beschreibung See who's streaming live that you're following on Twitch.tv
Dateigröße 2.03 MB
Installationsanzahl 105
Aktuelle Version 1.9.1
Letztes Update 2020-11-03
Veröffentlichungsdatum 2020-01-22
Bewertung 3.80/5 Insgesamt 10 Bewertungen
Entwickler Adam
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Who's Live on Twitch",
    "description": "See who's streaming live that you're following on Twitch.tv",
    "version": "1.9.1",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_title": "Who's Live",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options\/options.html",
    "permissions": [
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        "options\/options.html"
    ]
}