Joe Rogan Experience Live Stream Notification
Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube
Wat is Joe Rogan Experience Live Stream Notification?
Joe Rogan Experience Live Stream Notification is een Chrome-extensie ontwikkeld door Cole Reid, en de belangrijkste functie is "Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube".
Download het CRX-bestand van de extensie Joe Rogan Experience Live Stream Notification
Download Joe Rogan Experience Live Stream Notification-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Joe Rogan Experience Live Stream Notification |
ID | amakifcldndfdmlbdlbcpnpaekipdfgb |
Officiële URL | https://chromewebstore.google.com/detail/joe-rogan-experience-live/amakifcldndfdmlbdlbcpnpaekipdfgb |
Beschrijving | Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube |
Bestandsgrootte | 78.15 KB |
Aantal Installaties | 37 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2016-03-10 |
Publicatiedatum | 2016-03-10 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Cole Reid |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/colebowl/jre-notify-extension |
URL van de Privacybeleid Pagina | http://github.com/colebowl/jre-notify-extension |
Ondersteunde Talen | 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" } } |