2048 cheat

Click on extension to activate 2048 cheat!

Co to jest 2048 cheat?

2048 cheat to rozszerzenie Chrome opracowane przez bonkdevelopment, a jego główną funkcją jest „Click on extension to activate 2048 cheat!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia 2048 cheat

Pobierz pliki rozszerzeń 2048 cheat w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa 2048 cheat 2048 cheat
ID fkolcdediciljlifkplpncdgaalfoibg
Oficjalny URL https://chromewebstore.google.com/detail/2048-cheat/fkolcdediciljlifkplpncdgaalfoibg
Opis Click on extension to activate 2048 cheat!
Rozmiar pliku 13.71 KB
Liczba instalacji 3,076
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2023-11-08
Data Publikacji 2021-04-03
Ocena 5.00/5 Łącznie 9 Oceny
Deweloper bonkdevelopment
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}