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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}