ThisSongIsSick Enhancer
A simple suite of enhancements that make the listening experience that much better.
Что такое ThisSongIsSick Enhancer?
ThisSongIsSick Enhancer - это расширение Chrome, разработанное nateboop123, и его основная функция - "A simple suite of enhancements that make the listening experience that much better.".
Снимки экрана расширения
Скачать файл CRX расширения ThisSongIsSick Enhancer
Скачайте файлы расширений ThisSongIsSick Enhancer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | ![]() |
ID | lpkipcbigbpjkhcfkaefdimjdgmkbfob |
Официальный URL | https://chrome.google.com/webstore/detail/thissongissick-enhancer/lpkipcbigbpjkhcfkaefdimjdgmkbfob |
Описание | A simple suite of enhancements that make the listening experience that much better. |
Размер файла | 126 KB |
Количество установок | 13 |
Текущая Версия | 1.0 |
Последнее Обновление | 2015-02-25 |
Дата публикации | 2015-02-25 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | nateboop123 |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |