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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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'" } |