Triple J Simple Stream With Info

Simple shortcut for casually streaming Australia's Triple J radio in the background

O que é Triple J Simple Stream With Info?

Triple J Simple Stream With Info é uma extensão do Chrome desenvolvida por Patrick Moody, e sua principal característica é "Simple shortcut for casually streaming Australia's Triple J radio in the background".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Triple J Simple Stream With Info

Baixe arquivos de extensão Triple J Simple Stream With Info 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

                        Easily stream Triple J radio from chrome. No more keeping track of tabs/windows in the background! Double click to view current track info.

UNOFFICIAL fan created app.                    

Informações Básicas da Extensão

Nome Triple J Simple Stream With Info Triple J Simple Stream With Info
ID onbmkkchghooiekfenhmoapooodgedhk
URL Oficial https://chromewebstore.google.com/detail/triple-j-simple-stream-wi/onbmkkchghooiekfenhmoapooodgedhk
Descrição Simple shortcut for casually streaming Australia's Triple J radio in the background
Tamanho do Arquivo 61.58 KB
Contagem de Instalações 161
Versão Atual 3.0.0
Última Atualização 2017-02-13
Data de Publicação 2017-02-12
Classificação 4.70/5 Total de 23 Avaliações
Desenvolvedor Patrick Moody
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Triple J Simple Stream With Info",
    "version": "3.0.0",
    "description": "Simple shortcut for casually streaming Australia's Triple J radio in the background",
    "icons": {
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "38": "images\/icon38.png"
        },
        "default_popup_": "popup.html"
    },
    "author": "Patrick Moody, Tom Gangemi",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "background",
        "notifications"
    ]
}