Joe Rogan Experience Live Stream Notification

Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube

Co je Joe Rogan Experience Live Stream Notification?

Joe Rogan Experience Live Stream Notification je rozšíření Chrome vyvinuté Cole Reid, a jeho hlavní funkcí je „Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube“.

Stáhnout soubor CRX rozšíření Joe Rogan Experience Live Stream Notification

Stáhněte si soubory rozšíření Joe Rogan Experience Live Stream Notification ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Joe Rogan Experience Live Stream Notification Joe Rogan Experience Live Stream Notification
ID amakifcldndfdmlbdlbcpnpaekipdfgb
Oficiální URL https://chromewebstore.google.com/detail/joe-rogan-experience-live/amakifcldndfdmlbdlbcpnpaekipdfgb
Popis Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube
Velikost souboru 78.15 KB
Počet instalací 37
Aktuální Verze 1.0.1
Poslední Aktualizace 2016-03-10
Datum Vydání 2016-03-10
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Cole Reid
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/colebowl/jre-notify-extension
URL Stránky Zásad Ochrany Soukromí http://github.com/colebowl/jre-notify-extension
Podporované Jazyky 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"
    }
}