Joe Rogan Experience Live Stream Notification
Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube
Vad är Joe Rogan Experience Live Stream Notification?
Joe Rogan Experience Live Stream Notification är en Chrome-tillägg utvecklad av Cole Reid, och dess huvudfunktion är "Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube".
Ladda ner Joe Rogan Experience Live Stream Notification-förlängningens CRX-fil
Ladda ner Joe Rogan Experience Live Stream Notification-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | Joe Rogan Experience Live Stream Notification |
ID | amakifcldndfdmlbdlbcpnpaekipdfgb |
Officiell webbadress | https://chromewebstore.google.com/detail/joe-rogan-experience-live/amakifcldndfdmlbdlbcpnpaekipdfgb |
Beskrivning | Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube |
Filstorlek | 78.15 KB |
Antal Installationer | 37 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2016-03-10 |
Publiceringsdatum | 2016-03-10 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Cole Reid |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/colebowl/jre-notify-extension |
URL till Sekretesspolicy Sidan | http://github.com/colebowl/jre-notify-extension |
Stödda Språk | 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" } } |