Pro Weather News

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

Apa itu Pro Weather News?

Pro Weather News adalah ekstensi Chrome yang dikembangkan oleh http://weathernews.tech, dan fitur utamanya adalah "Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pro Weather News

Unduh file ekstensi Pro Weather News dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Pro Weather News Pro Weather News
ID haahbecnaloibnogjnakdcolejpigndi
URL Resmi https://chrome.google.com/webstore/detail/pro-weather-news/haahbecnaloibnogjnakdcolejpigndi
Deskripsi Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!
Ukuran File 1.11 MB
Jumlah Instalasi 171
Versi Saat Ini 1.2
Terakhir Diperbarui 2018-03-07
Tanggal Publikasi 2018-03-07
Penilaian 1.00/5 Total 2 Penilaian
Pengembang http://weathernews.tech
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://weathernews.tech
URL Halaman Bantuan http://weathernews.tech/terms.php
URL Halaman Kebijakan Privasi http://weathernews.tech/privacy.php
Bahasa yang Didukung 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"
    }
}