Joe Rogan Experience Live Stream Notification

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

Hvad er Joe Rogan Experience Live Stream Notification?

Joe Rogan Experience Live Stream Notification er en Chrome-udvidelse udviklet af Cole Reid, og dens hovedfunktion er "Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube".

Download Joe Rogan Experience Live Stream Notification-udvidelses-CRX-fil

Download Joe Rogan Experience Live Stream Notification-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Joe Rogan Experience Live Stream Notification Joe Rogan Experience Live Stream Notification
ID amakifcldndfdmlbdlbcpnpaekipdfgb
Officiel URL https://chromewebstore.google.com/detail/joe-rogan-experience-live/amakifcldndfdmlbdlbcpnpaekipdfgb
Beskrivelse Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube
Filstørrelse 78.15 KB
Antal Installationer 37
Nuværende Version 1.0.1
Senest Opdateret 2016-03-10
Udgivelsesdato 2016-03-10
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Cole Reid
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/colebowl/jre-notify-extension
URL til Fortrolighedspolitik Side http://github.com/colebowl/jre-notify-extension
Understøttede Sprog 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"
    }
}