Doodle Jump (Official)
This is the official Dodle Jump mobile game in popup!
Qu'est-ce que Doodle Jump (Official) ?
Doodle Jump (Official) est une extension Chrome développée par Eatham532, et sa fonction principale est "This is the official Dodle Jump mobile game in popup!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Doodle Jump (Official)
Téléchargez les fichiers d'extension Doodle Jump (Official) 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
Have fun with a good way to play doodle jump in popup. No problems at all compared to others. This is my first extension and I am still learning. I do realize that my extension when looked at looks worse that it is. But I promise you that it is the full real thing (saying this makes it sound even more worse 😔.) Wow! Comming back almost a year later the are over 4,000 users! Also, sorry I have not been working on this extension and I don't think I will work on it anymore because its good anyway.
Informations de Base sur l'Extension
Nom | |
ID | cinkdgnpklnmonjpccajcdealahgblja |
URL Officiel | https://chrome.google.com/webstore/detail/doodle-jump-official/cinkdgnpklnmonjpccajcdealahgblja |
Description | This is the official Dodle Jump mobile game in popup! |
Taille du Fichier | 334 KB |
Nombre d'Installations | 11,104 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2022-02-10 |
Date de Publication | 2021-05-08 |
Évaluation | 4.10/5 Total 10 Évaluations |
Développeur | Eatham532 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Doodle Jump (Official)", "description": "This is the official Dodle Jump mobile game in popup!", "version": "2.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } }, "icons": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } } |