Wide audio players

Make audio players 100% wide.

Wide audio playersคืออะไร?

Wide audio players เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stefan และคุณลักษณะหลักของมันคือ "Make audio players 100% wide."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wide audio players

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

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

                        Makes the audio player 100% wide for audio files. Source code: https://gist.github.com/stefansundin/7f60c35de8e0a6c17dd9be9ce9345965                    

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

ชื่อ Wide audio players Wide audio players
ID nhimhabjmplhihabgdijoeggnkalfkme
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wide-audio-players/nhimhabjmplhihabgdijoeggnkalfkme
คำอธิบาย Make audio players 100% wide.
ขนาดไฟล์ 3.09 KB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-06-24
วันที่เผยแพร่ 2018-01-14
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Stefan
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gist.github.com/stefansundin/7f60c35de8e0a6c17dd9be9ce9345965
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wide audio players",
    "version": "1.1",
    "description": "Make audio players 100% wide.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*.aac*",
                "*:\/\/*\/*.flac*",
                "*:\/\/*\/*.m4a*",
                "*:\/\/*\/*.mka*",
                "*:\/\/*\/*.mp3*",
                "*:\/\/*\/*.ogg*",
                "*:\/\/*\/*.opus*",
                "*:\/\/*\/*.wav*",
                "file:\/\/*\/*.aac*",
                "file:\/\/*\/*.flac*",
                "file:\/\/*\/*.m4a*",
                "file:\/\/*\/*.mka*",
                "file:\/\/*\/*.mp3*",
                "file:\/\/*\/*.ogg*",
                "file:\/\/*\/*.opus*",
                "file:\/\/*\/*.wav*"
            ],
            "css": [
                "main.css"
            ],
            "all_frames": true
        }
    ]
}