Online Radio from All Over The World
Listen to music from all over the world
ما هو Online Radio from All Over The World؟
Online Radio from All Over The World هو إضافة Chrome تم تطويرها بواسطة http://radiozz.org، والميزة الرئيسية لها هي "Listen to music from all over the world".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Online Radio from All Over The World
قم بتنزيل ملفات الامتداد Online Radio from All Over The World بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Слушайте радиостанции со всего мира. Популярная музыка, новости и спортивные события. Удобный поиск радиостанции по жанру, стране, языку и названию. Наслаждайтесь любимой музыкой и интересными передачами.
معلومات أساسية عن التمديد
الاسم | |
ID | pfdndnhkbeieiddbcjlofigbhjbnimaa |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/online-radio-from-all-ove/pfdndnhkbeieiddbcjlofigbhjbnimaa |
الوصف | Listen to music from all over the world |
حجم الملف | 348 KB |
عدد التثبيتات | 46 |
النسخة الحالية | 1.6 |
آخر تحديث | 2019-03-24 |
تاريخ النشر | 2019-03-24 |
تقييم | 3.50/5 مجموع تقييمات 2 |
المطور | http://radiozz.org |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://radiozz.org/page/privacy.html |
اللغات المدعومة | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "Radiozz.org", "version": "1.6", "description": "__MSG_extDesc__", "default_locale": "en", "web_accessible_resources": [ "images\/*", "icons\/*" ], "icons": { "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "browser_action": { "38": "icons\/38x38.png" }, "default_title": "__MSG_browserAction__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "content.css" ], "js": [ "jquery-1.12.4.min.js", "common.js", "content-script-1.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/radiozz.org\/*" ] }, "permissions": [ "tabs", "activeTab", "storage", "notifications", "https:\/\/api.radiozz.org\/" ] } |