Recicle Game
Divirta-se e aprenda a cuidar da naturez com este incrível game, mesmo estando offline.
What is Recicle Game?
Recicle Game is a Chrome extension developed by https://jonathanrodrigues.com.br, and its main feature is "Divirta-se e aprenda a cuidar da naturez com este incrível game, mesmo estando offline.".
Extension Screenshots
Download Recicle Game Extension CRX File
Download Recicle Game 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
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.
Extension Basic Information
Name | Recicle Game |
ID | afepadoifpaidcakebklmanicogecfbm |
Official URL | https://chromewebstore.google.com/detail/recicle-game/afepadoifpaidcakebklmanicogecfbm |
Description | Divirta-se e aprenda a cuidar da naturez com este incrível game, mesmo estando offline. |
File Size | 1.06 MB |
Installation Count | 89 |
Current Version | 1.0 |
Last Updated | 2015-12-01 |
Publish Date | 2015-12-01 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://jonathanrodrigues.com.br |
Payment Type | free |
Help Page URL | http://jonathanrodrigues.com.br/contato |
Supported Languages | 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" } } |