Get RockFM Songs
This extension allows to easily search for the current RockFM song.
ما هو Get RockFM Songs؟
Get RockFM Songs هو إضافة Chrome تم تطويرها بواسطة Jordi Vilaplana، والميزة الرئيسية لها هي "This extension allows to easily search for the current RockFM song.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Get RockFM Songs
قم بتنزيل ملفات الامتداد Get RockFM Songs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This chrome extension allows to easily access the RockFM web player and shows information about the current song. This extension is add-free and Open Source.
معلومات أساسية عن التمديد
الاسم | Get RockFM Songs |
ID | igadffcljemfmhmbemeiiklfbdjaehic |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/get-rockfm-songs/igadffcljemfmhmbemeiiklfbdjaehic |
الوصف | This extension allows to easily search for the current RockFM song. |
حجم الملف | 40.88 KB |
عدد التثبيتات | 18 |
النسخة الحالية | 1.1 |
آخر تحديث | 2014-02-11 |
تاريخ النشر | 2014-02-11 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | Jordi Vilaplana |
نوع الدفع | free |
موقع الإضافة | https://github.com/jvilaplana/rockfm-chrome-extension |
عنوان صفحة المساعدة | https://github.com/jvilaplana/rockfm-chrome-extension/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get RockFM Songs", "description": "This extension allows to easily search for the current RockFM song.", "version": "1.1", "permissions": [ "http:\/\/player.rockfm.fm\/", "http:\/\/www.sonicomp3.com\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |