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是由https://stonerrockworldwide.net开发的Chrome扩展程序,该扩展的主要功能是“A full album player for all albums published on STONER ROCK WORLD WIDE (SRWW) incl. play controls.”。

扩展截图

screenshot
screenshot

下载Stoner Rock World Wide Album Player扩展crx文件

下载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.                    

扩展基本信息

名称 Stoner Rock World Wide Album Player Stoner Rock World Wide Album Player
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'"
}