Weathery Mood

Weathery Mood is a Chrome extension that lets you discover new playlists based on the current weather in your city.

Cos'è Weathery Mood?

Weathery Mood è un'estensione di Chrome sviluppata da Nicholas, e la sua funzione principale è "Weathery Mood is a Chrome extension that lets you discover new playlists based on the current weather in your city.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Weathery Mood

Scarica i file di estensione Weathery Mood in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Weathery Mood is a Chrome extension that lets you discover new playlists based on the current weather in your city.
If you feel that our extension is helpful for you, please give us five stars! Thanks!                    

Informazioni di Base sull'Estensione

Nome Weathery Mood Weathery Mood
ID impipmibdfkmmalbmhhmdboepmghkbkk
URL Ufficiale https://chrome.google.com/webstore/detail/weathery-mood/impipmibdfkmmalbmhhmdboepmghkbkk
Descrizione Weathery Mood is a Chrome extension that lets you discover new playlists based on the current weather in your city.
Dimensione del File 49.32 KB
Conteggio Installazioni 116
Versione Corrente 0.2.1
Ultimo Aggiornamento 2018-10-05
Data di Pubblicazione 2018-10-05
Valutazione 4.60/5 Totale 10 Valutazioni
Sviluppatore Nicholas
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.2.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "background",
        "geolocation",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "weatherymood 2018",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/icon-48.png"
    ]
}