Online Weather Forecast

Online Weather Forecast replaces your new tab with Online Weather Forecast with sponsored web search.

Was ist Online Weather Forecast?

Online Weather Forecast ist eine Chrome-Erweiterung, die von Online Weather Forecast entwickelt wurde, und ihr Hauptmerkmal ist "Online Weather Forecast replaces your new tab with Online Weather Forecast with sponsored web search.".

Erweiterungsscreenshots

screenshot

Online Weather Forecast-Erweiterungs-CRX-Datei herunterladen

Laden Sie Online Weather Forecast-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

                        Online Weather Forecast extension features Weather Forecast Search, Yahoo Web Search, Custom Backgrounds, Shortcuts & Time/Date. Get Hourly, & Daily Weather forecast. Search any city to get current weather reports. 

Permissions we request:

New Tab:
This permission allows the extension to replace the page you see when opening a new tab

Privacy Policy: https://localweatherforecast.org/pages/privacy.html
EULA: https://localweatherforecast.org/pages/eula.html

Uninstall Instructions: 
https://localweatherforecast.org/pages/uninstall.html                    

Grundlegende Informationen zur Erweiterung

Name Online Weather Forecast Online Weather Forecast
ID dbiiidihfliagfecijmchjmgdfgjcjhf
Offizielle URL https://chromewebstore.google.com/detail/online-weather-forecast/dbiiidihfliagfecijmchjmgdfgjcjhf
Beschreibung Online Weather Forecast replaces your new tab with Online Weather Forecast with sponsored web search.
Dateigröße 1.14 MB
Installationsanzahl 531,531
Aktuelle Version 2.0.3
Letztes Update 2023-01-13
Veröffentlichungsdatum 2022-04-13
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler Online Weather Forecast
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://localweatherforecast.org/pages/privacy.html
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.3",
    "manifest_version": 3,
    "short_name": "Online Weather Forecast",
    "description": "Online Weather Forecast replaces your new tab with Online Weather Forecast with sponsored web search.",
    "name": "Online Weather Forecast",
    "background": {
        "service_worker": "service_worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}