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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |