ThisSongIsSick Enhancer

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

Was ist ThisSongIsSick Enhancer?

ThisSongIsSick Enhancer ist eine Chrome-Erweiterung, die von nateboop123 entwickelt wurde, und ihr Hauptmerkmal ist "A simple suite of enhancements that make the listening experience that much better.".

Erweiterungsscreenshots

screenshot

ThisSongIsSick Enhancer-Erweiterungs-CRX-Datei herunterladen

Laden Sie ThisSongIsSick Enhancer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ThisSongIsSick Enhancer ThisSongIsSick Enhancer
ID lpkipcbigbpjkhcfkaefdimjdgmkbfob
Offizielle URL https://chrome.google.com/webstore/detail/thissongissick-enhancer/lpkipcbigbpjkhcfkaefdimjdgmkbfob
Beschreibung A simple suite of enhancements that make the listening experience that much better.
Dateigröße 126 KB
Installationsanzahl 13
Aktuelle Version 1.0
Letztes Update 2015-02-25
Veröffentlichungsdatum 2015-02-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler nateboop123
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}