Joe Rogan Experience Live Stream Notification

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

O que é Joe Rogan Experience Live Stream Notification?

Joe Rogan Experience Live Stream Notification é uma extensão do Chrome desenvolvida por Cole Reid, e sua principal característica é "Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube".

Baixar o arquivo CRX da Extensão Joe Rogan Experience Live Stream Notification

Baixe arquivos de extensão Joe Rogan Experience Live Stream Notification no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome Joe Rogan Experience Live Stream Notification Joe Rogan Experience Live Stream Notification
ID amakifcldndfdmlbdlbcpnpaekipdfgb
URL Oficial https://chromewebstore.google.com/detail/joe-rogan-experience-live/amakifcldndfdmlbdlbcpnpaekipdfgb
Descrição Provides a desktop notification for when the Joe Rogan Experience podcast starts streaming on YouTube
Tamanho do Arquivo 78.15 KB
Contagem de Instalações 37
Versão Atual 1.0.1
Última Atualização 2016-03-10
Data de Publicação 2016-03-10
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Cole Reid
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/colebowl/jre-notify-extension
URL da Página de Política de Privacidade http://github.com/colebowl/jre-notify-extension
Idiomas Suportados 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"
    }
}