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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | https://www.stonerrockworldwide.net |
URL หน้านโยบายความเป็นส่วนตัว | 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'" } |