Now Playing on Triple-J

What's playing right now on Triple-J

O que é Now Playing on Triple-J?

Now Playing on Triple-J é uma extensão do Chrome desenvolvida por Paul Dwerryhouse, e sua principal característica é "What's playing right now on Triple-J".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Now Playing on Triple-J

Baixe arquivos de extensão Now Playing on Triple-J 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

                        The Now-Playing-on-Triple-J Chrome extension is the best way to tell at a glance, what song is playing right now on Australia's youth radio station, Triple-J, when they are broadcasting from their Sydney studios.

Features:

* Displays title, artist and album of the song currently playing
* Details of the previously played song
* Convenient link to the artist's information on Wikipedia
* Links to purchase the song or album on Amazon and iTunes

Caveats:

* Song information is not available when Triple-J uses studios in other locations in Australia.                    

Informações Básicas da Extensão

Nome Now Playing on Triple-J Now Playing on Triple-J
ID gfgpmokhndmgkbbomhpihphogpinlcmd
URL Oficial https://chromewebstore.google.com/detail/now-playing-on-triple-j/gfgpmokhndmgkbbomhpihphogpinlcmd
Descrição What's playing right now on Triple-J
Tamanho do Arquivo 83.26 KB
Contagem de Instalações 105
Versão Atual 1.3
Última Atualização 2012-12-14
Data de Publicação 2012-12-13
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor Paul Dwerryhouse
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Now Playing on Triple-J",
    "version": "1.3",
    "description": "What's playing right now on Triple-J",
    "options_page": "options.html",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html",
        "default_title": "Now Playing on Triple-J"
    },
    "permissions": [
        "http:\/\/www.abc.net.au\/triplej\/feeds\/playout\/triplej_sydney_playout.xml",
        "http:\/\/itunes.apple.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.abc.net.au\/triplej\/feeds\/playout\/triplej_sydney_playout.xml"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}