FnF.FM Radio
Online Radio
ما هو FnF.FM Radio؟
FnF.FM Radio هو إضافة Chrome تم تطويرها بواسطة http://fnf.fm، والميزة الرئيسية لها هي "Online Radio".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FnF.FM Radio
قم بتنزيل ملفات الامتداد FnF.FM Radio بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
FnF.fm Online Radio. FnF.FM is an online radio. 24X7 full times popular music. You can listen us anytime from anywhere. We have audience from all around the world! Using this Extensions you can listen all times hit songs! Develop by Arifur Rahman t Studio [email protected] www.tstudio.org
معلومات أساسية عن التمديد
الاسم | |
ID | bimdjajjbgbpkmbacdafecjegipeokap |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/fnffm-radio/bimdjajjbgbpkmbacdafecjegipeokap |
الوصف | Online Radio |
حجم الملف | 123 KB |
عدد التثبيتات | 792 |
النسخة الحالية | 0.1.8 |
آخر تحديث | 2016-08-20 |
تاريخ النشر | 2016-08-20 |
تقييم | 4.91/5 مجموع تقييمات 56 |
المطور | http://fnf.fm |
نوع الدفع | free |
موقع الإضافة | http://www.tstudio.org/ |
عنوان صفحة المساعدة | http://www.fnf.fm/p/contact.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FnF.FM Radio", "version": "0.1.8", "manifest_version": 2, "description": "Online Radio", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "omnibox": { "keyword": "music" }, "browser_action": { "default_icon": { "19": "icons\/19x19.png", "38": "icons\/38x38.png" }, "default_title": "That's the tool tip", "default_popup": "browseraction\/popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "newtab\/newtab.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "devtools_page": "devtools\/devtools.html" } |