Joe Rogan Experience Live Stream Notification

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

Cos'è Joe Rogan Experience Live Stream Notification?

Joe Rogan Experience Live Stream Notification è un'estensione di Chrome sviluppata da Cole Reid, e la sua funzione principale è "Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube".

Scarica il file CRX dell'estensione Joe Rogan Experience Live Stream Notification

Scarica i file di estensione Joe Rogan Experience Live Stream Notification in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Joe Rogan Experience Live Stream Notification Joe Rogan Experience Live Stream Notification
ID amakifcldndfdmlbdlbcpnpaekipdfgb
URL Ufficiale https://chromewebstore.google.com/detail/joe-rogan-experience-live/amakifcldndfdmlbdlbcpnpaekipdfgb
Descrizione Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube
Dimensione del File 78.15 KB
Conteggio Installazioni 37
Versione Corrente 1.0.1
Ultimo Aggiornamento 2016-03-10
Data di Pubblicazione 2016-03-10
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Cole Reid
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/colebowl/jre-notify-extension
URL della Pagina della Politica sulla Privacy http://github.com/colebowl/jre-notify-extension
Lingue Supportate 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"
    }
}