Stoner Rock World Wide Album Player
A full album player for all albums published on STONER ROCK WORLD WIDE (SRWW) incl. play controls.
ما هو Stoner Rock World Wide Album Player؟
Stoner Rock World Wide Album Player هو إضافة Chrome تم تطويرها بواسطة https://stonerrockworldwide.net، والميزة الرئيسية لها هي "A full album player for all albums published on STONER ROCK WORLD WIDE (SRWW) incl. play controls.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Stoner Rock World Wide Album Player
قم بتنزيل ملفات الامتداد Stoner Rock World Wide Album Player بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple full album player for all albums published on STONER ROCK WORLD WIDE (SRWW). SRWW is a social media site & network which is everything about heavy rock. The Chrome extension allows you to keep all the music you love close to you and to play it even without having the website or mobile App opened.
معلومات أساسية عن التمديد
الاسم | |
ID | jipgediflhephgmpogicgppdbcogolmg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/stoner-rock-world-wide-al/jipgediflhephgmpogicgppdbcogolmg |
الوصف | A full album player for all albums published on STONER ROCK WORLD WIDE (SRWW) incl. play controls. |
حجم الملف | 2.21 MB |
عدد التثبيتات | 39 |
النسخة الحالية | 1.3 |
آخر تحديث | 2020-05-24 |
تاريخ النشر | 2020-05-24 |
المطور | https://stonerrockworldwide.net |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.stonerrockworldwide.net |
عنوان صفحة المساعدة | https://www.stonerrockworldwide.net |
عنوان صفحة سياسة الخصوصية | https://stonerrockworldwide.net/web/imprint |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A full album player for all albums published on STONER ROCK WORLD WIDE (SRWW) incl. play controls.", "version": "1.3", "name": "Stoner Rock World Wide Album Player", "options_page": "options.html", "author": "Felix Melchhardt", "background": { "page": "background.html" }, "browser_action": { "default_title": "Play full SRWW albums.", "default_popup": "popup.html", "default_icon": "icon-34.png" }, "permissions": [ "storage" ], "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ "content.styles.css", "icon-128.png", "icon-48.png", "icon-34.png", "logo.png", "icon-16" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |