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是由Cole Reid開發的Chrome擴展程式,該擴展的主要功能是“Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube”。
下載Joe Rogan Experience Live Stream Notification擴展crx文件
下載Joe Rogan Experience Live Stream Notification擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Joe Rogan Experience Live Stream Notification |
ID | amakifcldndfdmlbdlbcpnpaekipdfgb |
官方網址 | 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" } } |