Online Weather Forecast

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

Online Weather Forecastとは何ですか?

Online Weather ForecastはOnline Weather Forecastによって開発されたChromeの拡張機能で、その主な機能は「Online Weather Forecast replaces your new tab with Online Weather Forecast with sponsored web search.」です。

拡張機能のスクリーンショット

screenshot

Online Weather Forecast拡張機能のCRXファイルをダウンロード

Online Weather Forecast拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Online Weather Forecast Online Weather Forecast
ID dbiiidihfliagfecijmchjmgdfgjcjhf
公式URL https://chromewebstore.google.com/detail/online-weather-forecast/dbiiidihfliagfecijmchjmgdfgjcjhf
説明 Online Weather Forecast replaces your new tab with Online Weather Forecast with sponsored web search.
ファイルサイズ 1.14 MB
インストール数 531,531
現在のバージョン 2.0.3
最終更新日 2023-01-13
公開日 2022-04-13
評価 2.33/5 合計 3 レビュー
開発者 Online Weather Forecast
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://localweatherforecast.org/pages/privacy.html
対応言語 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'"
    }
}