2048 cheat

Click on extension to activate 2048 cheat!

Vad är 2048 cheat?

2048 cheat är en Chrome-tillägg utvecklad av bonkdevelopment, och dess huvudfunktion är "Click on extension to activate 2048 cheat!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner 2048 cheat-förlängningens CRX-fil

Ladda ner 2048 cheat-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

                        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.                    

Grundläggande Information om Tillägg

Namn 2048 cheat 2048 cheat
ID fkolcdediciljlifkplpncdgaalfoibg
Officiell webbadress https://chromewebstore.google.com/detail/2048-cheat/fkolcdediciljlifkplpncdgaalfoibg
Beskrivning Click on extension to activate 2048 cheat!
Filstorlek 13.71 KB
Antal Installationer 3,076
Aktuell Version 1.1
Senast Uppdaterad 2023-11-08
Publiceringsdatum 2021-04-03
Betyg 5.00/5 Totalt 9 Betyg
Utvecklare bonkdevelopment
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}