2048 Game
PLAY 2048 GAME ONLINE
Wat is 2048 Game?
2048 Game is een Chrome-extensie ontwikkeld door https://gamebobo.com, en de belangrijkste functie is "PLAY 2048 GAME ONLINE".
Extensie Screenshots
Download het CRX-bestand van de extensie 2048 Game
Download 2048 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
2048 - Now You Can Play The Famous 2048 Puzzle Game Directly From Chrome Browser! HOW TO PLAY: Use your arrow keys to move the numbers. When two tiles with the same number touch, they merge into one!
Basisinformatie over de Extensie
Naam | |
ID | kjldfobcalpagmgddjaoplhhalgddiah |
Officiële URL | https://chrome.google.com/webstore/detail/2048-game/kjldfobcalpagmgddjaoplhhalgddiah |
Beschrijving | PLAY 2048 GAME ONLINE |
Bestandsgrootte | 9.46 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 2048 |
Laatst Bijgewerkt | 2019-11-07 |
Publicatiedatum | 2019-11-07 |
Beoordeling | 2.15/5 Totaal 62 Beoordelingen |
Ontwikkelaar | https://gamebobo.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "2048 Game", "version": "2048", "description": "PLAY 2048 GAME ONLINE", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "homepage_url": "https:\/\/2048.gamebobo.com\/", "browser_action": { "default_icon": "icon.png", "default_title": "2048 Game" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |