Earthbound Music

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

Τι είναι το Earthbound Music;

Το Earthbound Music είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MaxTrax2001, και η κύρια λειτουργία του είναι "Play music from the Mother games in real-time throughout your day.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Earthbound Music

Λήψη αρχείων επέκτασης Earthbound Music σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    ]
}