Online Weather Forecast

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

Vad är Online Weather Forecast?

Online Weather Forecast är en Chrome-tillägg utvecklad av Online Weather Forecast, och dess huvudfunktion är "Online Weather Forecast replaces your new tab with Online Weather Forecast with sponsored web search.".

Tilläggsskärmbilder

screenshot

Ladda ner Online Weather Forecast-förlängningens CRX-fil

Ladda ner Online Weather Forecast-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Online Weather Forecast Online Weather Forecast
ID dbiiidihfliagfecijmchjmgdfgjcjhf
Officiell webbadress https://chromewebstore.google.com/detail/online-weather-forecast/dbiiidihfliagfecijmchjmgdfgjcjhf
Beskrivning Online Weather Forecast replaces your new tab with Online Weather Forecast with sponsored web search.
Filstorlek 1.14 MB
Antal Installationer 531,531
Aktuell Version 2.0.3
Senast Uppdaterad 2023-01-13
Publiceringsdatum 2022-04-13
Betyg 2.33/5 Totalt 3 Betyg
Utvecklare Online Weather Forecast
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://localweatherforecast.org/pages/privacy.html
Stödda Språk 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'"
    }
}