BasketBalls Level Pack
38 more basketball based levels, a new and improved scoring system, and more referees to take care of!
Cos'è BasketBalls Level Pack?
BasketBalls Level Pack è un'estensione di Chrome sviluppata da Pro Games, e la sua funzione principale è "38 more basketball based levels, a new and improved scoring system, and more referees to take care of!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BasketBalls Level Pack
Scarica i file di estensione BasketBalls Level Pack in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
38 more basketball based levels, a new and improved scoring system, and more referees to take care of!
Informazioni di Base sull'Estensione
Nome | |
ID | jokphogadjgeajlleimpnlombjjechak |
URL Ufficiale | https://chrome.google.com/webstore/detail/basketballs-level-pack/jokphogadjgeajlleimpnlombjjechak |
Descrizione | 38 more basketball based levels, a new and improved scoring system, and more referees to take care of! |
Dimensione del File | 57.76 KB |
Conteggio Installazioni | 109 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2017-04-25 |
Data di Pubblicazione | 2017-04-25 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Pro Games |
Tipo di Pagamento | free |
Lingue Supportate | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "default_locale": "en", "version": "1.1", "browser_action": { "default_icon": { "128": "icon_128.png", "16": "icon_16.png" } }, "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |