Triple J Simple Stream With Info
Simple shortcut for casually streaming Australia's Triple J radio in the background
ما هو Triple J Simple Stream With Info؟
Triple J Simple Stream With Info هو إضافة Chrome تم تطويرها بواسطة Patrick Moody، والميزة الرئيسية لها هي "Simple shortcut for casually streaming Australia's Triple J radio in the background".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Triple J Simple Stream With Info
قم بتنزيل ملفات الامتداد Triple J Simple Stream With Info بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Easily stream Triple J radio from chrome. No more keeping track of tabs/windows in the background! Double click to view current track info.
UNOFFICIAL fan created app. معلومات أساسية عن التمديد
| الاسم | |
| ID | onbmkkchghooiekfenhmoapooodgedhk |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/triple-j-simple-stream-wi/onbmkkchghooiekfenhmoapooodgedhk |
| الوصف | Simple shortcut for casually streaming Australia's Triple J radio in the background |
| حجم الملف | 61.58 KB |
| عدد التثبيتات | 161 |
| النسخة الحالية | 3.0.0 |
| آخر تحديث | 2017-02-13 |
| تاريخ النشر | 2017-02-12 |
| تقييم | 4.70/5 مجموع تقييمات 23 |
| المطور | Patrick Moody |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Triple J Simple Stream With Info",
"version": "3.0.0",
"description": "Simple shortcut for casually streaming Australia's Triple J radio in the background",
"icons": {
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": {
"38": "images\/icon38.png"
},
"default_popup_": "popup.html"
},
"author": "Patrick Moody, Tom Gangemi",
"background": {
"page": "background.html",
"persistent": false
},
"permissions": [
"background",
"notifications"
]
} | |