Pro Weather News

Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!

Pro Weather News क्या है?

Pro Weather News http://weathernews.tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!"।

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

screenshot

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

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

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

                        Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!                    

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

नाम Pro Weather News Pro Weather News
ID haahbecnaloibnogjnakdcolejpigndi
आधिकारिक URL https://chrome.google.com/webstore/detail/pro-weather-news/haahbecnaloibnogjnakdcolejpigndi
विवरण Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!
फ़ाइल का आकार 1.11 MB
स्थापना संख्या 171
वर्तमान संस्करण 1.2
अंतिम अपडेट 2018-03-07
प्रकाशन तिथि 2018-03-07
रेटिंग 1.00/5 कुल 2 रेटिंग्स
डेवलपर http://weathernews.tech
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://weathernews.tech
सहायता पृष्ठ URL http://weathernews.tech/terms.php
गोपनीयता नीति पृष्ठ URL http://weathernews.tech/privacy.php
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pro Weather News",
    "short_name": "Pro Weather News",
    "description": "Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!",
    "version": "1.2",
    "background": {
        "scripts": [
            "lib\/weatherevent.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "resources\/weather.png",
        "default_title": "Weather Update",
        "default_popup": "lib\/weatherpopup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/weathercontent.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "activeTab",
        "geolocation",
        "https:\/\/maps.google.com\/*",
        "https:\/\/maps.googleapis.com\/*"
    ],
    "icons": {
        "16": "resources\/weathericon16-999.png",
        "48": "resources\/weathericon48-999.png",
        "128": "resources\/weathericon128-999.png"
    }
}