Random Song

Plays a random song.

Random Songคืออะไร?

Random Song เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rohit Gandhi และคุณลักษณะหลักของมันคือ "Plays a random song."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Random Song

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

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

                        Plays a random song every time you click on this extension.
Please make sure to pin the chrome extension icon on your browser, so it's right next to the URL tab. Click on it when you feel like it :)

It's an open source extension, If you'd like to suggest changes to the list of songs, please send me a pull request here https://tinyurl.com/PlayRandomSong

Have fun :)                    

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

ชื่อ Random Song Random Song
ID epeedgbmcfklcjnefkjpgdeidkppgjbl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/random-song/epeedgbmcfklcjnefkjpgdeidkppgjbl
คำอธิบาย Plays a random song.
ขนาดไฟล์ 851 KB
จำนวนการติดตั้ง 224
เวอร์ชันปัจจุบัน 0.7
อัปเดตครั้งล่าสุด 2022-04-18
วันที่เผยแพร่ 2015-01-21
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Rohit Gandhi
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Song",
    "description": "Plays a random song.",
    "short_name": "Play Random Song",
    "version": "0.7",
    "manifest_version": 3,
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "author": "Rohit Gandhi",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Click to show an alert"
    },
    "permissions": [
        "activeTab"
    ]
}