2048 cheat
Click on extension to activate 2048 cheat!
Hvad er 2048 cheat?
2048 cheat er en Chrome-udvidelse udviklet af bonkdevelopment, og dens hovedfunktion er "Click on extension to activate 2048 cheat!".
Udvidelsesskærmbilleder
Download 2048 cheat-udvidelses-CRX-fil
Download 2048 cheat-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | fkolcdediciljlifkplpncdgaalfoibg |
Officiel URL | https://chromewebstore.google.com/detail/2048-cheat/fkolcdediciljlifkplpncdgaalfoibg |
Beskrivelse | Click on extension to activate 2048 cheat! |
Filstørrelse | 13.71 KB |
Antal Installationer | 3,076 |
Nuværende Version | 1.1 |
Senest Opdateret | 2023-11-08 |
Udgivelsesdato | 2021-04-03 |
Bedømmelse | 5.00/5 Samlet 9 Bedømmelser |
Udvikler | bonkdevelopment |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |