Joe Rogan Experience Live Stream Notification

Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube

Was ist Joe Rogan Experience Live Stream Notification?

Joe Rogan Experience Live Stream Notification ist eine Chrome-Erweiterung, die von Cole Reid entwickelt wurde, und ihr Hauptmerkmal ist "Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube".

Joe Rogan Experience Live Stream Notification-Erweiterungs-CRX-Datei herunterladen

Laden Sie Joe Rogan Experience Live Stream Notification-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

                                            

Grundlegende Informationen zur Erweiterung

Name Joe Rogan Experience Live Stream Notification Joe Rogan Experience Live Stream Notification
ID amakifcldndfdmlbdlbcpnpaekipdfgb
Offizielle URL https://chromewebstore.google.com/detail/joe-rogan-experience-live/amakifcldndfdmlbdlbcpnpaekipdfgb
Beschreibung Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube
Dateigröße 78.15 KB
Installationsanzahl 37
Aktuelle Version 1.0.1
Letztes Update 2016-03-10
Veröffentlichungsdatum 2016-03-10
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Cole Reid
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/colebowl/jre-notify-extension
URL der Datenschutzrichtlinien-Seite http://github.com/colebowl/jre-notify-extension
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Joe Rogan Experience Live Stream Notification",
    "description": "Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube",
    "manifest_version": 2,
    "version": "1.0.1",
    "homepage_url": "http:\/\/github.com\/colebowl\/jre-notify-extension",
    "author": "Cole Reid - [email protected]",
    "permissions": [
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/socket.io.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "img\/jre_icon18.png",
        "48": "img\/jre_icon48.png",
        "128": "img\/jre_icon.png"
    }
}