ThisSongIsSick Enhancer

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

ThisSongIsSick Enhancer là gì?

ThisSongIsSick Enhancer là một tiện ích mở rộng Chrome được phát triển bởi nateboop123, và tính năng chính của nó là "A simple suite of enhancements that make the listening experience that much better.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ThisSongIsSick Enhancer

Tải xuống các tệp mở rộng ThisSongIsSick Enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ThisSongIsSick Enhancer ThisSongIsSick Enhancer
ID lpkipcbigbpjkhcfkaefdimjdgmkbfob
URL Chính Thức https://chrome.google.com/webstore/detail/thissongissick-enhancer/lpkipcbigbpjkhcfkaefdimjdgmkbfob
Mô tả A simple suite of enhancements that make the listening experience that much better.
Kích Thước Tệp 126 KB
Số Lần Cài Đặt 13
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-02-25
Ngày Phát Hành 2015-02-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển nateboop123
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}