BaseBall Scoreboard

Keep track of all of the day’s baseball game scores.

Qu'est-ce que BaseBall Scoreboard ?

BaseBall Scoreboard est une extension Chrome développée par https://stefanxo.com, et sa fonction principale est "Keep track of all of the day’s baseball game scores.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension BaseBall Scoreboard

Téléchargez les fichiers d'extension BaseBall Scoreboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Keep track of all of the day’s baseball games scores.

The BaseBall Scoreboard gives you up-to-the-moment news on all of the day’s games. Check the pitching match-ups, who’s at bat, and who’s on base as they happen on the field.                    

Informations de Base sur l'Extension

Nom BaseBall Scoreboard BaseBall Scoreboard
ID agadfdkijldlopjlbegiklkfdbmhpecj
URL Officiel https://chromewebstore.google.com/detail/baseball-scoreboard/agadfdkijldlopjlbegiklkfdbmhpecj
Description Keep track of all of the day’s baseball game scores.
Taille du Fichier 115 KB
Nombre d'Installations 736
Version Actuelle 0.2.1
Dernière Mise à Jour 2018-08-31
Date de Publication 2018-08-30
Évaluation 4.00/5 Total 6 Évaluations
Développeur https://stefanxo.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BaseBall Scoreboard",
    "short_name": "BaseBall Scoreboard",
    "version": "0.2.1",
    "manifest_version": 2,
    "description": "Keep track of all of the day\u2019s baseball game scores.",
    "icons": {
        "16": "image\/icon16x16.png",
        "48": "image\/icon48x48.png",
        "128": "image\/icon128x128.png"
    },
    "sandbox": {
        "pages": [
            "templates.html"
        ]
    },
    "background": {
        "page": "global.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-WOdSzz11\/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs='; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "16": "image\/icon16x16.png"
        },
        "default_popup": "scoreboard.ticker.html"
    },
    "permissions": [
        "notifications",
        "http:\/\/mlb.mlb.com\/",
        "http:\/\/gdx.mlb.com\/"
    ]
}