Zelda Lofi Radio
Zelda Lofi Chill Hip-hop loading right in your browser.
ما هو Zelda Lofi Radio؟
Zelda Lofi Radio هو إضافة Chrome تم تطويرها بواسطة Lofi Radio، والميزة الرئيسية لها هي "Zelda Lofi Chill Hip-hop loading right in your browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Zelda Lofi Radio
قم بتنزيل ملفات الامتداد Zelda Lofi Radio بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
ZeldaInspired Lofi Chill Hip-hop loading right in your browser. This extension allows you to play curated Zelda lofi music as an extension. You no longer have to open a new tab for music it will be right where the rest of your extensions are. Stop streaming Zelda lofi on a separate tab and control your lofi music right inside your browser!
معلومات أساسية عن التمديد
الاسم | |
ID | ncclceeogchanjpodlcinhobbbknmnhk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/zelda-lofi-radio/ncclceeogchanjpodlcinhobbbknmnhk |
الوصف | Zelda Lofi Chill Hip-hop loading right in your browser. |
حجم الملف | 31.01 KB |
عدد التثبيتات | 184 |
النسخة الحالية | 0.2 |
آخر تحديث | 2019-07-12 |
تاريخ النشر | 2019-07-12 |
تقييم | 2.50/5 مجموع تقييمات 8 |
المطور | Lofi Radio |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zelda Lofi Radio", "description": "Zelda Lofi Chill Hip-hop loading right in your browser.", "version": "0.2", "author": "Stan Chiu", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "lofi-radio.png", "default_popup": "popup.html", "default_title": "Lofi Radio" }, "background": { "scripts": [ "background.js", "popup.js" ] }, "web_accessible_resources": [ "fix.css" ] } |