2048 cheat
Click on extension to activate 2048 cheat!
Qu'est-ce que 2048 cheat ?
2048 cheat est une extension Chrome développée par bonkdevelopment, et sa fonction principale est "Click on extension to activate 2048 cheat!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 2048 cheat
Téléchargez les fichiers d'extension 2048 cheat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fkolcdediciljlifkplpncdgaalfoibg |
URL Officiel | https://chromewebstore.google.com/detail/2048-cheat/fkolcdediciljlifkplpncdgaalfoibg |
Description | Click on extension to activate 2048 cheat! |
Taille du Fichier | 13.71 KB |
Nombre d'Installations | 3,076 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2023-11-08 |
Date de Publication | 2021-04-03 |
Évaluation | 5.00/5 Total 9 Évaluations |
Développeur | bonkdevelopment |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |