Training Plan

Training plan extension for Charazay Basketball Manager.

Was ist Training Plan?

Training Plan ist eine Chrome-Erweiterung, die von Lewy entwickelt wurde, und ihr Hauptmerkmal ist "Training plan extension for Charazay Basketball Manager.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Training Plan-Erweiterungs-CRX-Datei herunterladen

Laden Sie Training Plan-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Training Plan Training Plan
ID ijanechadkfolpfleohjnokgkdfdeeme
Offizielle URL https://chrome.google.com/webstore/detail/training-plan/ijanechadkfolpfleohjnokgkdfdeeme
Beschreibung Training plan extension for Charazay Basketball Manager.
Dateigröße 26.21 KB
Installationsanzahl 95
Aktuelle Version 1.4.1
Letztes Update 2014-08-08
Veröffentlichungsdatum 2014-08-08
Bewertung 4.10/5 Insgesamt 10 Bewertungen
Entwickler Lewy
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Training Plan",
    "version": "1.4.1",
    "manifest_version": 2,
    "description": "Training plan extension for Charazay Basketball Manager.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "mojskrypt.js",
        "slownik.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.charazay.com\/?act=player&code=1&id=*",
                "http:\/\/www.charazay.com\/index.php?act=player&code=1&id=*",
                "http:\/\/www.charazay.com\/?act=player&code=16",
                "http:\/\/www.charazay.com\/index.php?act=player&code=16",
                "http:\/\/www.charazay.com\/?act=team",
                "http:\/\/www.charazay.com\/index.php?act=team",
                "https:\/\/www.charazay.com\/?act=player&code=1&id=*",
                "https:\/\/www.charazay.com\/index.php?act=player&code=1&id=*",
                "https:\/\/www.charazay.com\/?act=player&code=16",
                "https:\/\/www.charazay.com\/index.php?act=player&code=16",
                "https:\/\/www.charazay.com\/?act=team",
                "https:\/\/www.charazay.com\/index.php?act=team"
            ],
            "js": [
                "slownik.js",
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}