Sound Cloud Replay Button

Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud

ما هو Sound Cloud Replay Button؟

Sound Cloud Replay Button هو إضافة Chrome تم تطويرها بواسطة EyadFarra، والميزة الرئيسية لها هي "Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Sound Cloud Replay Button

قم بتنزيل ملفات الامتداد Sound Cloud Replay Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud.

Please support us at the following link, We accept donation.
http://goo.gl/62SAMT                    

معلومات أساسية عن التمديد

الاسم Sound Cloud Replay Button Sound Cloud Replay Button
ID eibjgaihfimmonjpalhfmkjbbhonhmfe
عنوان URL الرسمي https://chromewebstore.google.com/detail/sound-cloud-replay-button/eibjgaihfimmonjpalhfmkjbbhonhmfe
الوصف Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud
حجم الملف 65.12 KB
عدد التثبيتات 2,187
النسخة الحالية 1.0
آخر تحديث 2014-05-06
تاريخ النشر 2014-05-06
تقييم 4.50/5 مجموع تقييمات 22
المطور EyadFarra
نوع الدفع free
موقع الإضافة https://facebook.com/eyafa
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sound Cloud Replay Button",
    "manifest_version": 2,
    "version": "1.0",
    "description": "Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/soundcloud.com\/*"
            ],
            "js": [
                "js\/jquery-1.11.1.min.js",
                "main.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    }
}