2048 Game for Chrome
Play 2048 HTML5 game for free!
Vad är 2048 Game for Chrome?
2048 Game for Chrome är en Chrome-tillägg utvecklad av feep, och dess huvudfunktion är "Play 2048 HTML5 game for free!".
Tilläggsskärmbilder
Ladda ner 2048 Game for Chrome-förlängningens CRX-fil
Ladda ner 2048 Game for Chrome-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
Join the numbers and get to the 2048 tile! Use your arrow keys to move the tiles. When two tiles with the same number touch, they will merge into one!
Grundläggande Information om Tillägg
Namn | |
ID | mnglgpipcpimpaieinjhdcocmepcclfc |
Officiell webbadress | https://chromewebstore.google.com/detail/2048-game-for-chrome/mnglgpipcpimpaieinjhdcocmepcclfc |
Beskrivning | Play 2048 HTML5 game for free! |
Filstorlek | 713 KB |
Antal Installationer | 102 |
Aktuell Version | 0.10.20 |
Senast Uppdaterad | 2022-11-22 |
Publiceringsdatum | 2022-11-21 |
Utvecklare | feep |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.feep.club/privacy-policy |
Stödda Språk | en-US |
manifest.json | |
{ "offline_enabled": true, "manifest_version": 3, "action": { "default_icon": { "128": "ngyroKG\/z6FqA9W.png", "16": "ngyroKG\/Q16yK.png", "256": "ngyroKG\/RrNLHiet.png", "32": "ngyroKG\/EGmfe0.png" }, "default_popup": "i4rA4.html", "default_title": "2048 Game for Chrome" }, "version": "0.10.20", "icons": { "128": "ngyroKG\/z6FqA9W.png", "16": "ngyroKG\/Q16yK.png", "256": "ngyroKG\/RrNLHiet.png", "32": "ngyroKG\/EGmfe0.png" }, "name": "2048 Game for Chrome", "background": { "service_worker": "c2PNpw6.js" }, "description": "Play 2048 HTML5 game for free!", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |