Joe Rogan Experience Live Stream Notification

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

Qu'est-ce que Joe Rogan Experience Live Stream Notification ?

Joe Rogan Experience Live Stream Notification est une extension Chrome développée par Cole Reid, et sa fonction principale est "Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube".

Télécharger le fichier CRX de l'extension Joe Rogan Experience Live Stream Notification

Téléchargez les fichiers d'extension Joe Rogan Experience Live Stream Notification au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Joe Rogan Experience Live Stream Notification Joe Rogan Experience Live Stream Notification
ID amakifcldndfdmlbdlbcpnpaekipdfgb
URL Officiel https://chromewebstore.google.com/detail/joe-rogan-experience-live/amakifcldndfdmlbdlbcpnpaekipdfgb
Description Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube
Taille du Fichier 78.15 KB
Nombre d'Installations 37
Version Actuelle 1.0.1
Dernière Mise à Jour 2016-03-10
Date de Publication 2016-03-10
Évaluation 5.00/5 Total 2 Évaluations
Développeur Cole Reid
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/colebowl/jre-notify-extension
URL de la Page de Politique de Confidentialité http://github.com/colebowl/jre-notify-extension
Langues Prises en Charge 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"
    }
}