Weathery Mood

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

Qu'est-ce que Weathery Mood ?

Weathery Mood est une extension Chrome développée par Nicholas, et sa fonction principale est "Weathery Mood is a Chrome extension that lets you discover new playlists based on the current weather in your city.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Weathery Mood

Téléchargez les fichiers d'extension Weathery Mood au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Weathery Mood Weathery Mood
ID impipmibdfkmmalbmhhmdboepmghkbkk
URL Officiel https://chrome.google.com/webstore/detail/weathery-mood/impipmibdfkmmalbmhhmdboepmghkbkk
Description Weathery Mood is a Chrome extension that lets you discover new playlists based on the current weather in your city.
Taille du Fichier 49.32 KB
Nombre d'Installations 116
Version Actuelle 0.2.1
Dernière Mise à Jour 2018-10-05
Date de Publication 2018-10-05
Évaluation 4.60/5 Total 10 Évaluations
Développeur Nicholas
Type de Paiement free
Langues Prises en Charge 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"
    ]
}