ThisSongIsSick Enhancer
A simple suite of enhancements that make the listening experience that much better.
Wat is ThisSongIsSick Enhancer?
ThisSongIsSick Enhancer is een Chrome-extensie ontwikkeld door nateboop123, en de belangrijkste functie is "A simple suite of enhancements that make the listening experience that much better.".
Extensie Screenshots
Download het CRX-bestand van de extensie ThisSongIsSick Enhancer
Download ThisSongIsSick Enhancer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ![]() |
ID | lpkipcbigbpjkhcfkaefdimjdgmkbfob |
Officiële URL | https://chrome.google.com/webstore/detail/thissongissick-enhancer/lpkipcbigbpjkhcfkaefdimjdgmkbfob |
Beschrijving | A simple suite of enhancements that make the listening experience that much better. |
Bestandsgrootte | 126 KB |
Aantal Installaties | 13 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-02-25 |
Publicatiedatum | 2015-02-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | nateboop123 |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |