My Weather

The weather at your fingertips with 'My Weather'

什么是My Weather?

My Weather是由HBC Media Group开发的Chrome扩展程序,该扩展的主要功能是“The weather at your fingertips with 'My Weather'”。

扩展截图

screenshot

下载My Weather扩展crx文件

下载My Weather扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Stay up to date with the latest weather conditions in your area with this convenient Chrome extension. You can see the current temperature, and the forecast of the upcoming week for your location once you open a new Chrome tab or window. It's possible to switch between Celsius and Fahrenheit when looking at the weather by pressing the corresponding buttons. Whether you're planning your day or just want to be prepared for the elements, this extension has you covered.

*Using a VPN will disrupt the extensions ability to see the user's location, and as a result it won't be able to provide the actual weather forecast.

By clicking “Add to Chrome”, You accept and agree to installing the My Weather Chrome extension and setting Chrome New Tab to that provided by the service and the Terms of Use and Privacy Policy. New Tab Search will be powered by Microsoft Bing.

Privacy Policy - https://hbcmediagroup.com/privacy-policy.php
Terms of Service - https://hbcmediagroup.com/terms-of-service.php                    

扩展基本信息

名称 My Weather My Weather
ID bjplmidfgkjjemadmgdflcdipmmigbef
官方URL https://chromewebstore.google.com/detail/my-weather/bjplmidfgkjjemadmgdflcdipmmigbef
简介 The weather at your fingertips with 'My Weather'
文件大小 1.58 MB
安装次数 25,452
当前版本 0.5.1
更新时间 2023-03-22
上架时间 2023-02-22
评分 4.18/5 共17次评分
开发者 HBC Media Group
电子邮箱 [email protected]
付费类型 free
扩展官网 https://hbcmediagroup.com/
帮助页面URL https://hbcmediagroup.com/
隐私政策页面URL https://hbcmediagroup.com/privacy-policy.php
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "0.5.1",
    "author": "Domain Development Corp.",
    "name": "My Weather",
    "description": "The weather at your fingertips with 'My Weather'",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "host_permissions": [
        "*:\/\/*.bestweatherextension.com\/*"
    ]
}