Get Weather Today

Brings the weather updates you care about to your address bar.

Get Weather Today क्या है?

Get Weather Today https://getweather.today द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Brings the weather updates you care about to your address bar."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Get Weather Today एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Search and check the weather of your home, of your favorite locations, of the city where your loved ones live, and of the destinations of your next vacation directly from your address bar.

This extension is a smart tool to provide you the weather updates of the cities you care for. Simply type in the address bar and see the update in the autocomplete suggestions.

We detect the cities that you type in the address bar and provide you the update. You can also configure multiple cities in the Settings of this extension and save them as your “Top 3”, so the updates of these cities will always appear when you search. How to activate it? By typing keywords such as “forecast”, “precipitation”, “temperature”, or “humidity” in your address bar.

Permissions used and reasons:

1. Access to “cookies” (optional). We require this permission to provide your customized options for Settings. It’s optional because if you don’t change any default settings, we will not need it. 
2. Change your default search engine to our private domain www.searchsafelypro.net powered by Yahoo. We require this permission to use our private domain as a placeholder and to provide you the functionality in the autocomplete suggestions of your address bar. Inside this extension, we support Yahoo, Google, and Bing. You can switch to a different provider at any time inside the Settings section.

How to remove this extension?

If you want to remove our extension, go to “Settings” on Chrome, and find our extension in the “Extensions” tab. Click “remove”. Alternatively, you can right-click on the extension’s icon on your browser and select “Uninstall” from the drop-down menu.

Chrome™  is a trademark of Google LLC. The use of it does not imply any affiliation to or endorsement by Google LLC. 

By adding this extension to your Chrome browser, you accept and agree to our Privacy Policy and Terms and Conditions.

Privacy: https://www.getweather.today/privacy

Terms: https://getweather.today/terms

FAQ: https://www.getweather.today/#faqs

Contact: https://www.getweather.today/contact

Uninstall: https://www.getweather.today/uninstall                    

एक्सटेंशन की मूल जानकारी

नाम Get Weather Today Get Weather Today
ID depnaiojakmmjcdpccbffphcgjghniol
आधिकारिक URL https://chromewebstore.google.com/detail/get-weather-today/depnaiojakmmjcdpccbffphcgjghniol
विवरण Brings the weather updates you care about to your address bar.
फ़ाइल का आकार 214 KB
स्थापना संख्या 62,109
वर्तमान संस्करण 3.0.0
अंतिम अपडेट 2021-01-06
प्रकाशन तिथि 2020-08-25
रेटिंग 3.92/5 कुल 38 रेटिंग्स
डेवलपर https://getweather.today
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.getweather.today
सहायता पृष्ठ URL https://www.getweather.today/contact
गोपनीयता नीति पृष्ठ URL https://www.getweather.today/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get Weather Today",
    "version": "3.0.0",
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.searchsafelypro.net\/favicon.ico",
            "image_url": "https:\/\/www.searchsafelypro.net\/search\/?category=images&s=c9pr&q={searchTerms}",
            "is_default": true,
            "name": "Get Weather Today",
            "keyword": "getweather",
            "search_url": "https:\/\/www.searchsafelypro.net\/search\/?category=web&s=c9pr&vert=private&q={searchTerms}",
            "suggest_url": "https:\/\/sug.searchsafelypro.net\/v1\/sug\/?s=c9pr&vert=weather&q={searchTerms}"
        }
    },
    "homepage_url": "https:\/\/www.searchsafelypro.net\/wim\/ds\/gotohub\/?yid=c9pr",
    "background": {
        "page": "bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "Get Weather Today",
        "default_icon": "img\/icon16.png",
        "default_popup": "popup\/popup.html"
    },
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.safely-protection.net\/*"
            ],
            "js": [
                "content_script\/onInstallCallback.js"
            ],
            "all_frames": true
        }
    ],
    "description": "Brings the weather updates you care about to your address bar.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "incognito": "spanning",
    "manifest_version": 2,
    "optional_permissions": [
        "cookies",
        "*:\/\/*.searchsafelypro.net\/*"
    ],
    "web_accessible_resources": [
        "img\/*"
    ]
}