Training Plan

Training plan extension for Charazay Basketball Manager.

What is Training Plan?

Training Plan is a Chrome extension developed by Lewy, and its main feature is "Training plan extension for Charazay Basketball Manager.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Training Plan Extension CRX File

Download Training Plan extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Training Plan Training Plan
ID ijanechadkfolpfleohjnokgkdfdeeme
Official URL https://chrome.google.com/webstore/detail/training-plan/ijanechadkfolpfleohjnokgkdfdeeme
Description Training plan extension for Charazay Basketball Manager.
File Size 26.21 KB
Installation Count 95
Current Version 1.4.1
Last Updated 2014-08-08
Publish Date 2014-08-08
Rating 4.10/5 Total 10 Ratings
Developer Lewy
Payment Type free
Supported Languages 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"
        }
    ]
}