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
电子邮箱 [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'"
    }
}