ThisSongIsSick Enhancer

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

Cos'è ThisSongIsSick Enhancer?

ThisSongIsSick Enhancer è un'estensione di Chrome sviluppata da nateboop123, e la sua funzione principale è "A simple suite of enhancements that make the listening experience that much better.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ThisSongIsSick Enhancer

Scarica i file di estensione ThisSongIsSick Enhancer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ThisSongIsSick Enhancer ThisSongIsSick Enhancer
ID lpkipcbigbpjkhcfkaefdimjdgmkbfob
URL Ufficiale https://chrome.google.com/webstore/detail/thissongissick-enhancer/lpkipcbigbpjkhcfkaefdimjdgmkbfob
Descrizione A simple suite of enhancements that make the listening experience that much better.
Dimensione del File 126 KB
Conteggio Installazioni 13
Versione Corrente 1.0
Ultimo Aggiornamento 2015-02-25
Data di Pubblicazione 2015-02-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore nateboop123
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}