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