Earthbound Music
Play music from the Mother games in real-time throughout your day.
Earthbound Music란 무엇입니까?
Earthbound Music은(는) MaxTrax2001에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play music from the Mother games in real-time throughout your day."입니다.
확장 프로그램 스크린샷
Earthbound Music 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Play the Mother series' rockin' music throughout your day! This extension is a mod of "Animal Crossing Music" by Jack Carver. The extension plays music from the Mother games associated to each hour of the 24 hour day. There are 6 categories of music you can play: - Mother 1/Earthbound Zero/Earthbound Beginnings - Mother 2/Earthbound - Mother 3 - Seto and Nelward remixes - Fan remixes - GiIvasunner Rips Also every Saturday after 8, The Runaway Five and DCMC will play! You can also make a custom melody that plays ever hour when the music changes! All credits are in the options! Fuzzy Pickles!
확장 프로그램 기본 정보
이름 | Earthbound Music |
ID | pnnifppadimmgfkjhfiifmadbmoaamnk |
공식 URL | https://chromewebstore.google.com/detail/earthbound-music/pnnifppadimmgfkjhfiifmadbmoaamnk |
설명 | Play music from the Mother games in real-time throughout your day. |
파일 크기 | 426 MB |
설치 횟수 | 1,004 |
현재 버전 | 1.0 |
최근 업데이트 | 2016-05-27 |
출시 날짜 | 2016-05-27 |
평점 | 4.70/5 총 44 개의 평점 |
개발자 | MaxTrax2001 |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Earthbound Music", "description": "Play music from the Mother games in real-time throughout your day.", "version": "1.0", "browser_action": { "default_icon": { "19": "icon_19.png", "38": "icon_38.png" }, "default_title": "Earthbound Music" }, "background": { "scripts": [ "tune_player.js", "extension.js" ] }, "icons": { "128": "icon_128.png", "16": "icon_16.png", "19": "icon_19.png", "32": "icon_32.png", "38": "icon_38.png", "48": "icon_48.png", "64": "icon_64.png" }, "options_page": "options.html", "permissions": [ "notifications", "storage" ], "web_accessible_resources": [ "clock.png", "bells.ogg" ] } |