FIFA 2018 World Cup Live Notifications

Live notifications from the 2018 FIFA World Cup

Τι είναι το FIFA 2018 World Cup Live Notifications;

Το FIFA 2018 World Cup Live Notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Uday Kumar Pyda, και η κύρια λειτουργία του είναι "Live notifications from the 2018 FIFA World Cup".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης FIFA 2018 World Cup Live Notifications

Λήψη αρχείων επέκτασης FIFA 2018 World Cup Live Notifications σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Install this extension to get notified of important events from the ongoing 2018 FIFA world cup without having to constantly monitor the games. Notifications auto dismiss in 10 seconds, so it is totally unobtrusive.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα FIFA 2018 World Cup Live Notifications FIFA 2018 World Cup Live Notifications
ID oaipafdngonpilnffhmbfmjphljhcack
Επίσημο URL https://chrome.google.com/webstore/detail/fifa-2018-world-cup-live/oaipafdngonpilnffhmbfmjphljhcack
Περιγραφή Live notifications from the 2018 FIFA World Cup
Μέγεθος Αρχείου 238 KB
Αριθμός Εγκαταστάσεων 103
Τρέχουσα Έκδοση 1.0.5
Τελευταία Ενημέρωση 2018-07-14
Ημερομηνία Δημοσίευσης 2018-07-14
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Uday Kumar Pyda
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FIFA 2018 World Cup Live Notifications",
    "version": "1.0.5",
    "description": "Live notifications from the 2018 FIFA World Cup",
    "browser_action": {
        "default_icon": "fifa.png",
        "default_title": "2018 FIFA World Cup",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "google-analytics-bundle.js",
            "jquery-1.9.1.min.js",
            "moment.js",
            "background.js"
        ]
    },
    "icons": {
        "48": "fifa48.png",
        "128": "fifa128.png"
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*.fifa.com\/",
        "https:\/\/*.fifa.com\/",
        "https:\/\/www.google-analytics.com\/*",
        "notifications",
        "storage",
        "tts"
    ],
    "web_accessible_resources": [
        "fifa48.png"
    ]
}