Doodle Jump (Official)
This is the official Dodle Jump mobile game in popup!
Cos'è Doodle Jump (Official)?
Doodle Jump (Official) è un'estensione di Chrome sviluppata da Eatham532, e la sua funzione principale è "This is the official Dodle Jump mobile game in popup!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Doodle Jump (Official)
Scarica i file di estensione Doodle Jump (Official) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | cinkdgnpklnmonjpccajcdealahgblja |
URL Ufficiale | https://chrome.google.com/webstore/detail/doodle-jump-official/cinkdgnpklnmonjpccajcdealahgblja |
Descrizione | This is the official Dodle Jump mobile game in popup! |
Dimensione del File | 334 KB |
Conteggio Installazioni | 11,104 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2022-02-10 |
Data di Pubblicazione | 2021-05-08 |
Valutazione | 4.10/5 Totale 10 Valutazioni |
Sviluppatore | Eatham532 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |