Stoner Rock World Wide Album Player
A full album player for all albums published on STONER ROCK WORLD WIDE (SRWW) incl. play controls.
Was ist Stoner Rock World Wide Album Player?
Stoner Rock World Wide Album Player ist eine Chrome-Erweiterung, die von https://stonerrockworldwide.net entwickelt wurde, und ihr Hauptmerkmal ist "A full album player for all albums published on STONER ROCK WORLD WIDE (SRWW) incl. play controls.".
Erweiterungsscreenshots
Stoner Rock World Wide Album Player-Erweiterungs-CRX-Datei herunterladen
Laden Sie Stoner Rock World Wide Album Player-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jipgediflhephgmpogicgppdbcogolmg |
Offizielle URL | https://chromewebstore.google.com/detail/stoner-rock-world-wide-al/jipgediflhephgmpogicgppdbcogolmg |
Beschreibung | A full album player for all albums published on STONER ROCK WORLD WIDE (SRWW) incl. play controls. |
Dateigröße | 2.21 MB |
Installationsanzahl | 39 |
Aktuelle Version | 1.3 |
Letztes Update | 2020-05-24 |
Veröffentlichungsdatum | 2020-05-24 |
Entwickler | https://stonerrockworldwide.net |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.stonerrockworldwide.net |
Hilfeseite URL | https://www.stonerrockworldwide.net |
URL der Datenschutzrichtlinien-Seite | https://stonerrockworldwide.net/web/imprint |
Unterstützte Sprachen | 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'" } |