Fix for SoundCloud

This extension will fix seeking / skipping issues in SoundCloud

Fix for SoundCloudคืออะไร?

Fix for SoundCloud เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tim และคุณลักษณะหลักของมันคือ "This extension will fix seeking / skipping issues in SoundCloud"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fix for SoundCloud

ดาวน์โหลดไฟล์ส่วนขยาย Fix for SoundCloud ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Due to a bug in Google Chrome or SoundCloud's audio player, seeking is disabled. Download this extension to fix.                    

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

ชื่อ Fix for SoundCloud Fix for SoundCloud
ID jafllddfbmkniiijagaemlaiadakmloo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fix-for-soundcloud/jafllddfbmkniiijagaemlaiadakmloo
คำอธิบาย This extension will fix seeking / skipping issues in SoundCloud
ขนาดไฟล์ 11.84 KB
จำนวนการติดตั้ง 168
เวอร์ชันปัจจุบัน 13.0
อัปเดตครั้งล่าสุด 2016-12-03
วันที่เผยแพร่ 2016-12-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Tim
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fix for SoundCloud",
    "manifest_version": 2,
    "version": "13.0",
    "description": "This extension will fix seeking \/ skipping issues in SoundCloud",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "SCFix"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "book.css"
            ],
            "js": [
                "bookmarklet.js"
            ]
        }
    ]
}