Online Weather Forecast

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

Cos'è Online Weather Forecast?

Online Weather Forecast è un'estensione di Chrome sviluppata da Online Weather Forecast, e la sua funzione principale è "Online Weather Forecast replaces your new tab with Online Weather Forecast with sponsored web search.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Online Weather Forecast

Scarica i file di estensione Online Weather Forecast in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Online Weather Forecast Online Weather Forecast
ID dbiiidihfliagfecijmchjmgdfgjcjhf
URL Ufficiale https://chromewebstore.google.com/detail/online-weather-forecast/dbiiidihfliagfecijmchjmgdfgjcjhf
Descrizione Online Weather Forecast replaces your new tab with Online Weather Forecast with sponsored web search.
Dimensione del File 1.14 MB
Conteggio Installazioni 531,531
Versione Corrente 2.0.3
Ultimo Aggiornamento 2023-01-13
Data di Pubblicazione 2022-04-13
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore Online Weather Forecast
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://localweatherforecast.org/pages/privacy.html
Lingue Supportate 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'"
    }
}