Football Highlights

Missed your favourite Soccer game? Now watch the highlights.

Τι είναι το Football Highlights;

Το Football Highlights είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.sshd1.com, και η κύρια λειτουργία του είναι "Missed your favourite Soccer game? Now watch the highlights.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Football Highlights

Λήψη αρχείων επέκτασης Football Highlights σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Missed your favourite Soccer game? Now watch the highlights..
Now you are able to watch all the goals across Europe and international leagues (UEFA Champions League, UEFA Europa League, England, Spain, Italy, France, Germany, USA, Russia, Turkey, Brazil, Argentina, Greece and more than 30 other countries).

And with desktop notification.                    

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

Όνομα Football Highlights Football Highlights
ID gdbmjmckkbjdbakfknedpgpjpcogfkpd
Επίσημο URL https://chrome.google.com/webstore/detail/football-highlights/gdbmjmckkbjdbakfknedpgpjpcogfkpd
Περιγραφή Missed your favourite Soccer game? Now watch the highlights.
Μέγεθος Αρχείου 174 KB
Αριθμός Εγκαταστάσεων 68
Τρέχουσα Έκδοση 1
Τελευταία Ενημέρωση 2013-01-07
Ημερομηνία Δημοσίευσης 2013-01-07
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής http://www.sshd1.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.sshd1.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Football Highlights",
    "version": "1",
    "manifest_version": 2,
    "description": "Missed your favourite Soccer game? Now watch the highlights.",
    "browser_action": {
        "default_icon": "img\/48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/lib.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "notifications",
        "http:\/\/www.sshd1.com.com\/news\/",
        "http:\/\/feeds.feedburner.com\/"
    ],
    "web_accessible_resources": [
        "48.png"
    ]
}