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 |
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" } } |