ThisSongIsSick Enhancer

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

什么是ThisSongIsSick Enhancer?

ThisSongIsSick Enhancer是由nateboop123开发的Chrome扩展程序,该扩展的主要功能是“A simple suite of enhancements that make the listening experience that much better.”。

扩展截图

screenshot

下载ThisSongIsSick Enhancer扩展crx文件

下载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.                    

扩展基本信息

名称 ThisSongIsSick Enhancer ThisSongIsSick Enhancer
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"
    ]
}