Cloud Weather

The Clear Choice for Cloud Forecasting

Was ist Cloud Weather?

Cloud Weather ist eine Chrome-Erweiterung, die von info entwickelt wurde, und ihr Hauptmerkmal ist "The Clear Choice for Cloud Forecasting".

Erweiterungsscreenshots

screenshot

Cloud Weather-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cloud Weather-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Cloud Weather is a Chrome extension that provides real-time weather forecasts for multiple countries around the world.

With this extension, you can easily check the current weather conditions in the following countries: United States, United Kingdom, Germany and many more, all at the same time.

The extension features a user-friendly interface and is the perfect tool for anyone who wants to stay on top of the weather in multiple locations.

By clicking “Add to Chrome”, You accept and agree to installing the Cloud Weather Chrome extension and setting Chrome New Tab to that provided by the service and the Terms of Use and Privacy Policy. New Tab Search will be powered by Microsoft Bing                    

Grundlegende Informationen zur Erweiterung

Name Cloud Weather Cloud Weather
ID ncaknklckjcajfkbkblfkbecnbhdoimo
Offizielle URL https://chromewebstore.google.com/detail/cloud-weather/ncaknklckjcajfkbkblfkbecnbhdoimo
Beschreibung The Clear Choice for Cloud Forecasting
Dateigröße 1.38 MB
Installationsanzahl 35,637
Aktuelle Version 0.3.0
Letztes Update 2023-01-25
Veröffentlichungsdatum 2023-01-11
Bewertung 3.14/5 Insgesamt 22 Bewertungen
Entwickler info
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://mild-ads.com/
Hilfeseite URL https://mild-ads.com/contact/
URL der Datenschutzrichtlinien-Seite https://mild-ads.com/Privacy-Policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "0.3.0",
    "author": "Mild Ads LTD",
    "name": "Cloud Weather",
    "description": "The Clear Choice for Cloud Forecasting",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "host_permissions": [
        "*:\/\/*.cloudweatherextension.com\/*",
        "*:\/\/mild-ads.com\/*"
    ]
}