Joe Rogan Experience Live Stream Notification

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

Τι είναι το Joe Rogan Experience Live Stream Notification;

Το Joe Rogan Experience Live Stream Notification είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Cole Reid, και η κύρια λειτουργία του είναι "Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube".

Λήψη αρχείου CRX της επέκτασης Joe Rogan Experience Live Stream Notification

Λήψη αρχείων επέκτασης Joe Rogan Experience Live Stream Notification σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                                            

Βασικές Πληροφορίες Επέκτασης

Όνομα Joe Rogan Experience Live Stream Notification Joe Rogan Experience Live Stream Notification
ID amakifcldndfdmlbdlbcpnpaekipdfgb
Επίσημο URL https://chromewebstore.google.com/detail/joe-rogan-experience-live/amakifcldndfdmlbdlbcpnpaekipdfgb
Περιγραφή Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube
Μέγεθος Αρχείου 78.15 KB
Αριθμός Εγκαταστάσεων 37
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2016-03-10
Ημερομηνία Δημοσίευσης 2016-03-10
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Cole Reid
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/colebowl/jre-notify-extension
URL της Σελίδας Πολιτικής Απορρήτου http://github.com/colebowl/jre-notify-extension
Υποστηριζόμενες Γλώσσες 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"
    }
}