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 là gì?

Joe Rogan Experience Live Stream Notification là một tiện ích mở rộng Chrome được phát triển bởi Cole Reid, và tính năng chính của nó là "Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube".

Tải xuống tệp CRX của tiện ích mở rộng Joe Rogan Experience Live Stream Notification

Tải xuống các tệp mở rộng Joe Rogan Experience Live Stream Notification dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Joe Rogan Experience Live Stream Notification Joe Rogan Experience Live Stream Notification
ID amakifcldndfdmlbdlbcpnpaekipdfgb
URL Chính Thức https://chromewebstore.google.com/detail/joe-rogan-experience-live/amakifcldndfdmlbdlbcpnpaekipdfgb
Mô tả Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube
Kích Thước Tệp 78.15 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-03-10
Ngày Phát Hành 2016-03-10
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Cole Reid
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/colebowl/jre-notify-extension
URL Trang Chính Sách Bảo Mật http://github.com/colebowl/jre-notify-extension
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}