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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    ]
}