Training Plan
Training plan extension for Charazay Basketball Manager.
Vad är Training Plan?
Training Plan är en Chrome-tillägg utvecklad av Lewy, och dess huvudfunktion är "Training plan extension for Charazay Basketball Manager.".
Tilläggsskärmbilder
Ladda ner Training Plan-förlängningens CRX-fil
Ladda ner Training Plan-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | ijanechadkfolpfleohjnokgkdfdeeme |
Officiell webbadress | https://chrome.google.com/webstore/detail/training-plan/ijanechadkfolpfleohjnokgkdfdeeme |
Beskrivning | Training plan extension for Charazay Basketball Manager. |
Filstorlek | 26.21 KB |
Antal Installationer | 95 |
Aktuell Version | 1.4.1 |
Senast Uppdaterad | 2014-08-08 |
Publiceringsdatum | 2014-08-08 |
Betyg | 4.10/5 Totalt 10 Betyg |
Utvecklare | Lewy |
Betalningssätt | free |
Stödda Språk | 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" } ] } |