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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}