Online Weather Forecast

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

Co je Online Weather Forecast?

Online Weather Forecast je rozšíření Chrome vyvinuté Online Weather Forecast, a jeho hlavní funkcí je „Online Weather Forecast replaces your new tab with Online Weather Forecast with sponsored web search.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Online Weather Forecast

Stáhněte si soubory rozšíření Online Weather Forecast ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Online Weather Forecast Online Weather Forecast
ID dbiiidihfliagfecijmchjmgdfgjcjhf
Oficiální URL https://chromewebstore.google.com/detail/online-weather-forecast/dbiiidihfliagfecijmchjmgdfgjcjhf
Popis Online Weather Forecast replaces your new tab with Online Weather Forecast with sponsored web search.
Velikost souboru 1.14 MB
Počet instalací 531,531
Aktuální Verze 2.0.3
Poslední Aktualizace 2023-01-13
Datum Vydání 2022-04-13
Hodnocení 2.33/5 Celkem 3 Hodnocení
Vývojář Online Weather Forecast
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://localweatherforecast.org/pages/privacy.html
Podporované Jazyky 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'"
    }
}