RuneScape Music

This extension will play a random song from the RuneScape Soundtrack.

什么是RuneScape Music?

RuneScape Music是由http://nicolaswestin.com开发的Chrome扩展程序,该扩展的主要功能是“This extension will play a random song from the RuneScape Soundtrack.”。

扩展截图

screenshot

下载RuneScape Music扩展crx文件

下载RuneScape Music扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        At the click of a button, randomly plays a song from the RuneScape soundtrack!

Provides ambient music for browsing the web, reading, or studying!




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~




The source code is available on GitHub for those interested:
https://github.com/westinn/RuneScape-Music-Extension




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



Legal Stuff:
"Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use."

This is in no way shape or form affiliated to Jagex or their products. This is a passion project that has not, does not and will not generate any revenue. Jagex owns the rights to these resources.                    

扩展基本信息

名称 RuneScape Music RuneScape Music
ID kccepmfokncobipneegebeiggcfjbccg
官方URL https://chrome.google.com/webstore/detail/runescape-music/kccepmfokncobipneegebeiggcfjbccg
简介 This extension will play a random song from the RuneScape Soundtrack.
文件大小 340 MB
安装次数 358
当前版本 0.6.0
更新时间 2020-01-14
上架时间 2020-01-14
评分 4.91/5 共32次评分
开发者 http://nicolaswestin.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/westinn/RuneScape-Music-Extension
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RuneScape Music",
    "description": "This extension will play a random song from the RuneScape Soundtrack.",
    "version": "0.6.0",
    "background": {
        "scripts": [
            "\/scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "38": "\/images\/icon38.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png",
        "256": "\/images\/icon256.png"
    },
    "browser_action": {
        "default_title": "RuneScape Music"
    }
}