Joe Rogan Experience Live Stream Notification
Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube
What is Joe Rogan Experience Live Stream Notification?
Joe Rogan Experience Live Stream Notification is a Chrome extension developed by Cole Reid, and its main feature is "Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube".
Download Joe Rogan Experience Live Stream Notification Extension CRX File
Download Joe Rogan Experience Live Stream Notification extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Joe Rogan Experience Live Stream Notification |
ID | amakifcldndfdmlbdlbcpnpaekipdfgb |
Official URL | 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 |
File Size | 78.15 KB |
Installation Count | 37 |
Current Version | 1.0.1 |
Last Updated | 2016-03-10 |
Publish Date | 2016-03-10 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Cole Reid |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/colebowl/jre-notify-extension |
Privacy Policy Page URL | http://github.com/colebowl/jre-notify-extension |
Supported Languages | 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" } } |