ThisSongIsSick Enhancer

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

Qu'est-ce que ThisSongIsSick Enhancer ?

ThisSongIsSick Enhancer est une extension Chrome développée par nateboop123, et sa fonction principale est "A simple suite of enhancements that make the listening experience that much better.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ThisSongIsSick Enhancer

Téléchargez les fichiers d'extension ThisSongIsSick Enhancer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ThisSongIsSick Enhancer ThisSongIsSick Enhancer
ID lpkipcbigbpjkhcfkaefdimjdgmkbfob
URL Officiel https://chrome.google.com/webstore/detail/thissongissick-enhancer/lpkipcbigbpjkhcfkaefdimjdgmkbfob
Description A simple suite of enhancements that make the listening experience that much better.
Taille du Fichier 126 KB
Nombre d'Installations 13
Version Actuelle 1.0
Dernière Mise à Jour 2015-02-25
Date de Publication 2015-02-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur nateboop123
Type de Paiement free
Langues Prises en Charge 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"
    ]
}