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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Pro Weather News

قم بتنزيل ملفات الامتداد Pro Weather News بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة http://weathernews.tech/terms.php
عنوان صفحة سياسة الخصوصية 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"
    }
}