Recicle Game
Divirta-se e aprenda a cuidar da naturez com este incrível game, mesmo estando offline.
Wat is Recicle Game?
Recicle Game is een Chrome-extensie ontwikkeld door https://jonathanrodrigues.com.br, en de belangrijkste functie is "Divirta-se e aprenda a cuidar da naturez com este incrível game, mesmo estando offline.".
Extensie Screenshots
Download het CRX-bestand van de extensie Recicle Game
Download Recicle Game-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Esta é a versão para o Chrome do popular jogo Recicle Game, atualmente disponível para Android. Divirta-se com toda a família enquanto aprende sobre o meio-ambiente, ideal para crianças e adultos. Funciona totalmente offline, você não precisa mais jogar apenas Paciência quando estiver sem internet. Basisinformatie over de Extensie
| Naam | |
| ID | afepadoifpaidcakebklmanicogecfbm |
| Officiële URL | https://chromewebstore.google.com/detail/recicle-game/afepadoifpaidcakebklmanicogecfbm |
| Beschrijving | Divirta-se e aprenda a cuidar da naturez com este incrível game, mesmo estando offline. |
| Bestandsgrootte | 1.06 MB |
| Aantal Installaties | 89 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2015-12-01 |
| Publicatiedatum | 2015-12-01 |
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | https://jonathanrodrigues.com.br |
| Betalingswijze | free |
| Help Pagina-URL | http://jonathanrodrigues.com.br/contato |
| Ondersteunde Talen | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Recicle Game",
"description": "Divirta-se e aprenda a cuidar da naturez com este incr\u00edvel game, mesmo estando offline.",
"version": "1.0",
"author": "Jonathan Rodrigues Web Developer",
"background": {
"scripts": [
"background.js"
]
},
"web_accessible_resources": [
"game\/lib\/jquery-1.11.3.min.js",
"game\/lib\/jquery-ui-1.10.4.custom.min.js",
"game\/lib\/jquery.ui.touch-punch.min.js"
],
"browser_action": {
"default_icon": "icon.png"
}
} | |