ThisSongIsSick Enhancer

A simple suite of enhancements that make the listening experience that much better.

O que é ThisSongIsSick Enhancer?

ThisSongIsSick Enhancer é uma extensão do Chrome desenvolvida por nateboop123, e sua principal característica é "A simple suite of enhancements that make the listening experience that much better.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ThisSongIsSick Enhancer

Baixe arquivos de extensão ThisSongIsSick Enhancer 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

                        This chrome extension adds some much needed functionality to the popular music blog and music discovery site ThisSongIsSick.com. 

CORE FEATURES:

- First song automatically starts playing once the page is loaded.
- Once a song finishes, the next song automatically starts playing.
- When the last song finishes playing, the page will automatically load the next set of songs and start again.
- A global audio player GUI is placed at the top of the screen. From here you can see the currently playing song and control the playback through the basic pause/play/next/previous buttons. 


UPCOMING FEATURES:

- Compatibility with embedded youtube videos.
- Shortcut keys to control playback.                    

Informações Básicas da Extensão

Nome ThisSongIsSick Enhancer ThisSongIsSick Enhancer
ID lpkipcbigbpjkhcfkaefdimjdgmkbfob
URL Oficial https://chrome.google.com/webstore/detail/thissongissick-enhancer/lpkipcbigbpjkhcfkaefdimjdgmkbfob
Descrição A simple suite of enhancements that make the listening experience that much better.
Tamanho do Arquivo 126 KB
Contagem de Instalações 13
Versão Atual 1.0
Última Atualização 2015-02-25
Data de Publicação 2015-02-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor nateboop123
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ThisSongIsSick Enhancer",
    "description": "A simple suite of enhancements that make the listening experience that much better.",
    "version": "1.0",
    "permissions": [
        "https:\/\/ajax.googleapis.com\/",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/thissongissick.com\/*"
            ],
            "cs": [
                "player.css"
            ],
            "js": [
                "jquery.js",
                "soundcloud.js",
                "myscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "player.css",
        "pause.png",
        "prev.png",
        "next.png",
        "play.png",
        "loading.GIF"
    ]
}