Stoner Rock World Wide Album Player

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

Wat is Stoner Rock World Wide Album Player?

Stoner Rock World Wide Album Player is een Chrome-extensie ontwikkeld door https://stonerrockworldwide.net, en de belangrijkste functie is "A full album player for all albums published on STONER ROCK WORLD WIDE (SRWW) incl. play controls.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Stoner Rock World Wide Album Player

Download Stoner Rock World Wide Album Player-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Stoner Rock World Wide Album Player Stoner Rock World Wide Album Player
ID jipgediflhephgmpogicgppdbcogolmg
Officiële URL https://chromewebstore.google.com/detail/stoner-rock-world-wide-al/jipgediflhephgmpogicgppdbcogolmg
Beschrijving A full album player for all albums published on STONER ROCK WORLD WIDE (SRWW) incl. play controls.
Bestandsgrootte 2.21 MB
Aantal Installaties 39
Huidige Versie 1.3
Laatst Bijgewerkt 2020-05-24
Publicatiedatum 2020-05-24
Ontwikkelaar https://stonerrockworldwide.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.stonerrockworldwide.net
Help Pagina-URL https://www.stonerrockworldwide.net
URL van de Privacybeleid Pagina https://stonerrockworldwide.net/web/imprint
Ondersteunde Talen 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'"
}