Weathery Mood

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

Weathery Mood क्या है?

Weathery Mood Nicholas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Weathery Mood is a Chrome extension that lets you discover new playlists based on the current weather in your city."।

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

screenshot
screenshot

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

crx प्रारूप में Weathery Mood एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Weathery Mood Weathery Mood
ID impipmibdfkmmalbmhhmdboepmghkbkk
आधिकारिक URL https://chrome.google.com/webstore/detail/weathery-mood/impipmibdfkmmalbmhhmdboepmghkbkk
विवरण Weathery Mood is a Chrome extension that lets you discover new playlists based on the current weather in your city.
फ़ाइल का आकार 49.32 KB
स्थापना संख्या 116
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2018-10-05
प्रकाशन तिथि 2018-10-05
रेटिंग 4.60/5 कुल 10 रेटिंग्स
डेवलपर Nicholas
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}