2048 Popup
Play 2048 in a popup!
Wat is 2048 Popup?
2048 Popup is een Chrome-extensie ontwikkeld door https://finley.gg, en de belangrijkste functie is "Play 2048 in a popup!".
Extensie Screenshots
Download het CRX-bestand van de extensie 2048 Popup
Download 2048 Popup-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
Play 2048 anytime! This Chrome extension makes 2048 available as a popup in your browser, so you can play when you want and where you want. This extension works offline, saves your game state, contains no advertising and is completely free.
Basisinformatie over de Extensie
Naam | 2048 Popup |
ID | gfppbmmpjpolkljbaibdpkoedkgkjeda |
Officiële URL | https://chromewebstore.google.com/detail/2048-popup/gfppbmmpjpolkljbaibdpkoedkgkjeda |
Beschrijving | Play 2048 in a popup! |
Bestandsgrootte | 236 KB |
Aantal Installaties | 1,822 |
Huidige Versie | 1.3.0 |
Laatst Bijgewerkt | 2023-08-25 |
Publicatiedatum | 2019-04-29 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://finley.gg |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "2048 Popup", "version": "1.3.0", "description": "Play 2048 in a popup!", "action": { "default_popup": "index.html", "default_icon": { "16": "img\/16x16.png", "19": "img\/19x19.png", "38": "img\/38x38.png", "128": "img\/128x128.png" } }, "icons": { "16": "img\/16x16.png", "32": "img\/32x32.png", "48": "img\/48x48.png", "128": "img\/128x128.png" }, "manifest_version": 3 } |