Online Weather Forecast

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

Apa itu Online Weather Forecast?

Online Weather Forecast adalah ekstensi Chrome yang dikembangkan oleh Online Weather Forecast, dan fitur utamanya adalah "Online Weather Forecast replaces your new tab with Online Weather Forecast with sponsored web search.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Online Weather Forecast

Unduh file ekstensi Online Weather Forecast dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Online Weather Forecast Online Weather Forecast
ID dbiiidihfliagfecijmchjmgdfgjcjhf
URL Resmi https://chromewebstore.google.com/detail/online-weather-forecast/dbiiidihfliagfecijmchjmgdfgjcjhf
Deskripsi Online Weather Forecast replaces your new tab with Online Weather Forecast with sponsored web search.
Ukuran File 1.14 MB
Jumlah Instalasi 531,531
Versi Saat Ini 2.0.3
Terakhir Diperbarui 2023-01-13
Tanggal Publikasi 2022-04-13
Penilaian 2.33/5 Total 3 Penilaian
Pengembang Online Weather Forecast
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://localweatherforecast.org/pages/privacy.html
Bahasa yang Didukung 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'"
    }
}