Online Weather Forecast

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

¿Qué es Online Weather Forecast?

Online Weather Forecast es una extensión de Chrome desarrollada por Online Weather Forecast, y su función principal es "Online Weather Forecast replaces your new tab with Online Weather Forecast with sponsored web search.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Online Weather Forecast

Descarga archivos de extensión Online Weather Forecast en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Online Weather Forecast Online Weather Forecast
ID dbiiidihfliagfecijmchjmgdfgjcjhf
URL Oficial https://chromewebstore.google.com/detail/online-weather-forecast/dbiiidihfliagfecijmchjmgdfgjcjhf
Descripción Online Weather Forecast replaces your new tab with Online Weather Forecast with sponsored web search.
Tamaño del Archivo 1.14 MB
Cantidad de Instalaciones 531,531
Versión Actual 2.0.3
Última Actualización 2023-01-13
Fecha de Publicación 2022-04-13
Calificación 2.33/5 Total de 3 Calificaciones
Desarrollador Online Weather Forecast
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://localweatherforecast.org/pages/privacy.html
Idiomas Soportados 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'"
    }
}