2048 Game
PLAY 2048 GAME ONLINE
Vad är 2048 Game?
2048 Game är en Chrome-tillägg utvecklad av https://gamebobo.com, och dess huvudfunktion är "PLAY 2048 GAME ONLINE".
Tilläggsskärmbilder
Ladda ner 2048 Game-förlängningens CRX-fil
Ladda ner 2048 Game-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
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!
Grundläggande Information om Tillägg
Namn | |
ID | kjldfobcalpagmgddjaoplhhalgddiah |
Officiell webbadress | https://chrome.google.com/webstore/detail/2048-game/kjldfobcalpagmgddjaoplhhalgddiah |
Beskrivning | PLAY 2048 GAME ONLINE |
Filstorlek | 9.46 KB |
Antal Installationer | 1,000 |
Aktuell Version | 2048 |
Senast Uppdaterad | 2019-11-07 |
Publiceringsdatum | 2019-11-07 |
Betyg | 2.15/5 Totalt 62 Betyg |
Utvecklare | https://gamebobo.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } } |