Training Plan
Training plan extension for Charazay Basketball Manager.
Hvad er Training Plan?
Training Plan er en Chrome-udvidelse udviklet af Lewy, og dens hovedfunktion er "Training plan extension for Charazay Basketball Manager.".
Udvidelsesskærmbilleder
Download Training Plan-udvidelses-CRX-fil
Download Training Plan-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ijanechadkfolpfleohjnokgkdfdeeme |
Officiel URL | https://chrome.google.com/webstore/detail/training-plan/ijanechadkfolpfleohjnokgkdfdeeme |
Beskrivelse | Training plan extension for Charazay Basketball Manager. |
Filstørrelse | 26.21 KB |
Antal Installationer | 95 |
Nuværende Version | 1.4.1 |
Senest Opdateret | 2014-08-08 |
Udgivelsesdato | 2014-08-08 |
Bedømmelse | 4.10/5 Samlet 10 Bedømmelser |
Udvikler | Lewy |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |