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