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
Eメール [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"
    }
}