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