Stoner Rock World Wide Album Player

A full album player for all albums published on STONER ROCK WORLD WIDE (SRWW) incl. play controls.

What is Stoner Rock World Wide Album Player?

Stoner Rock World Wide Album Player is a Chrome extension developed by https://stonerrockworldwide.net, and its main feature is "A full album player for all albums published on STONER ROCK WORLD WIDE (SRWW) incl. play controls.".

Extension Screenshots

screenshot
screenshot

Download Stoner Rock World Wide Album Player Extension CRX File

Download Stoner Rock World Wide Album Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Stoner Rock World Wide Album Player Stoner Rock World Wide Album Player
ID jipgediflhephgmpogicgppdbcogolmg
Official URL https://chromewebstore.google.com/detail/stoner-rock-world-wide-al/jipgediflhephgmpogicgppdbcogolmg
Description A full album player for all albums published on STONER ROCK WORLD WIDE (SRWW) incl. play controls.
File Size 2.21 MB
Installation Count 39
Current Version 1.3
Last Updated 2020-05-24
Publish Date 2020-05-24
Developer https://stonerrockworldwide.net
Email [email protected]
Payment Type free
Extension Website https://www.stonerrockworldwide.net
Help Page URL https://www.stonerrockworldwide.net
Privacy Policy Page URL https://stonerrockworldwide.net/web/imprint
Supported Languages 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'"
}