Joe Rogan Experience Live Stream Notification
Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube
Co to jest Joe Rogan Experience Live Stream Notification?
Joe Rogan Experience Live Stream Notification to rozszerzenie Chrome opracowane przez Cole Reid, a jego główną funkcją jest „Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube”.
Pobierz plik CRX rozszerzenia Joe Rogan Experience Live Stream Notification
Pobierz pliki rozszerzeń Joe Rogan Experience Live Stream Notification w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | Joe Rogan Experience Live Stream Notification |
ID | amakifcldndfdmlbdlbcpnpaekipdfgb |
Oficjalny URL | https://chromewebstore.google.com/detail/joe-rogan-experience-live/amakifcldndfdmlbdlbcpnpaekipdfgb |
Opis | Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube |
Rozmiar pliku | 78.15 KB |
Liczba instalacji | 37 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2016-03-10 |
Data Publikacji | 2016-03-10 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Cole Reid |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/colebowl/jre-notify-extension |
Adres URL Strony Polityki Prywatności | http://github.com/colebowl/jre-notify-extension |
Obsługiwane Języki | 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" } } |