Flash-Radio-2
Listen your favorite Internet radio station!
ما هو Flash-Radio-2؟
Flash-Radio-2 هو إضافة Chrome تم تطويرها بواسطة LittleVictor، والميزة الرئيسية لها هي "Listen your favorite Internet radio station!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Flash-Radio-2
قم بتنزيل ملفات الامتداد Flash-Radio-2 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The extension uses, installed on your system, Adobe Flash Player plug-in to play online audio streams.
From the context menu, you can download M3U and PLS playlists directly from web-sites, as well as open the MP3 link.
On the settings page:
~ You can make a list of your favorite stations.
For group selection operations in the list use the combination CTRL + Mouse and SHIFT + Mouse.
~ Play starts by double-clicking on the selected record. معلومات أساسية عن التمديد
| الاسم | |
| ID | pokigghgoachjedfaajmldbgddlccgbi |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/flash-radio-2/pokigghgoachjedfaajmldbgddlccgbi |
| الوصف | Listen your favorite Internet radio station! |
| حجم الملف | 36 KB |
| عدد التثبيتات | 468 |
| النسخة الحالية | 1.4.1 |
| آخر تحديث | 2014-01-20 |
| تاريخ النشر | 2014-01-20 |
| تقييم | 3.59/5 مجموع تقييمات 29 |
| المطور | LittleVictor |
| نوع الدفع | free |
| اللغات المدعومة | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_name__",
"version": "1.4.1",
"description": "__MSG_msg0__",
"default_locale": "en",
"background": {
"scripts": [
"js\/background.js"
]
},
"options_page": "options.html",
"permissions": [
"contextMenus",
"http:\/\/*\/*"
],
"content_scripts": [
{
"js": [
"js\/proxy.js"
],
"all_frames": true,
"matches": [
"http:\/\/littlevictor.narod2.ru\/Opera\/flash_player2\/*"
],
"run_at": "document_end"
}
],
"browser_action": {
"default_icon": "images\/error.png",
"default_title": "__MSG_msg2__",
"default_popup": "popup.html"
},
"icons": {
"128": "images\/icon-128.png",
"64": "images\/icon-64.png",
"16": "images\/play.png"
}
} | |