Online Weather Forecast

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

Co to jest Online Weather Forecast?

Online Weather Forecast to rozszerzenie Chrome opracowane przez Online Weather Forecast, a jego główną funkcją jest „Online Weather Forecast replaces your new tab with Online Weather Forecast with sponsored web search.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Online Weather Forecast

Pobierz pliki rozszerzeń Online Weather Forecast w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Online Weather Forecast Online Weather Forecast
ID dbiiidihfliagfecijmchjmgdfgjcjhf
Oficjalny URL https://chromewebstore.google.com/detail/online-weather-forecast/dbiiidihfliagfecijmchjmgdfgjcjhf
Opis Online Weather Forecast replaces your new tab with Online Weather Forecast with sponsored web search.
Rozmiar pliku 1.14 MB
Liczba instalacji 531,531
Aktualna Wersja 2.0.3
Ostatnia Aktualizacja 2023-01-13
Data Publikacji 2022-04-13
Ocena 2.33/5 Łącznie 3 Oceny
Deweloper Online Weather Forecast
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://localweatherforecast.org/pages/privacy.html
Obsługiwane Języki 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'"
    }
}