2048 cheat

Click on extension to activate 2048 cheat!

Was ist 2048 cheat?

2048 cheat ist eine Chrome-Erweiterung, die von bonkdevelopment entwickelt wurde, und ihr Hauptmerkmal ist "Click on extension to activate 2048 cheat!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

2048 cheat-Erweiterungs-CRX-Datei herunterladen

Laden Sie 2048 cheat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension allows you to spawn in 2048 tiles in the game "2048" hosted on "https://play2048.co/​". Simply enter the amount of 2048 tiles you want (1-10) then press "Ok" , or chose to play the game regularly. To reset simply press the extension icon in the top right 
 to re-activate the cheat, refresh the page.                    

Grundlegende Informationen zur Erweiterung

Name 2048 cheat 2048 cheat
ID fkolcdediciljlifkplpncdgaalfoibg
Offizielle URL https://chromewebstore.google.com/detail/2048-cheat/fkolcdediciljlifkplpncdgaalfoibg
Beschreibung Click on extension to activate 2048 cheat!
Dateigröße 13.71 KB
Installationsanzahl 3,076
Aktuelle Version 1.1
Letztes Update 2023-11-08
Veröffentlichungsdatum 2021-04-03
Bewertung 5.00/5 Insgesamt 9 Bewertungen
Entwickler bonkdevelopment
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "2048 cheat",
    "action": {
        "default_icon": "icon.png"
    },
    "manifest_version": 3,
    "version": "1.1",
    "description": "Click on extension to activate 2048 cheat!",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play2048.co\/"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}