ViaFutbol: Soccer Results and Positions

If you are a fan of World Soccer and you want to always be updated with the latest results, ViaFutbol is what you need.

Τι είναι το ViaFutbol: Soccer Results and Positions;

Το ViaFutbol: Soccer Results and Positions είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kumger, και η κύρια λειτουργία του είναι "If you are a fan of World Soccer and you want to always be updated with the latest results, ViaFutbol is what you need.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ViaFutbol: Soccer Results and Positions

Λήψη αρχείων επέκτασης ViaFutbol: Soccer Results and Positions σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        En ViaFutbol tendrás todos los Resultados y Posiciones de de tus equipos favoritos de Fútbol a un solo click. 

Si son un auténtico fanático del Fútbol Mundial y quieres estar siempre actualizado con los últimos resultados ViaFutbol es lo que necesitas.

Accede a las estadísticas más completas de fútbol de las principales ligas del mundo: Liga de España (La Liga), Liga de Italia (Serie A), Liga de Francia (Ligue 1), Liga de Inglaterra, Liga de Argentina (Primera División Argentina), Liga de Colombia (Primera A), Liga de Chile (Primera División de Chile), Liga de Perú (Liga 1), Liga de México (Liga MX) y muchas más ligas.                    

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

Όνομα ViaFutbol: Soccer Results and Positions ViaFutbol: Soccer Results and Positions
ID hjfblpekiiaaiieboglddaabcbckmedn
Επίσημο URL https://chrome.google.com/webstore/detail/viafutbol-resultados-y-po/hjfblpekiiaaiieboglddaabcbckmedn
Περιγραφή If you are a fan of World Soccer and you want to always be updated with the latest results, ViaFutbol is what you need.
Μέγεθος Αρχείου 2.1 MB
Αριθμός Εγκαταστάσεων 122
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2021-06-23
Ημερομηνία Δημοσίευσης 2021-06-23
Προγραμματιστής kumger
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.viafutbol.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.viafutbol.com
Υποστηριζόμενες Γλώσσες en,es,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "author": "F&H Solutions",
    "default_locale": "es",
    "permissions": [
        "",
        "storage",
        "tabs",
        "activeTab",
        "alarms",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "homepage_url": "https:\/\/viafutbol.com",
    "icons": {
        "128": "images\/5.png"
    },
    "browser_action": {
        "default_icon": "images\/5.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.5.2\/css\/bootstrap.min.css",
        "https:\/\/code.jquery.com\/jquery-3.5.1.slim.min.js",
        "https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/dist\/umd\/popper.min.js",
        "https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.5.2\/js\/bootstrap.min.js"
    ]
}