Earthbound Music

Play music from the Mother games in real-time throughout your day.

Earthbound Music क्या है?

Earthbound Music MaxTrax2001 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play music from the Mother games in real-time throughout your day."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Earthbound Music एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    ]
}