Doodle Jump (Official)
This is the official Dodle Jump mobile game in popup!
Wat is Doodle Jump (Official)?
Doodle Jump (Official) is een Chrome-extensie ontwikkeld door Eatham532, en de belangrijkste functie is "This is the official Dodle Jump mobile game in popup!".
Extensie Screenshots
Download het CRX-bestand van de extensie Doodle Jump (Official)
Download Doodle Jump (Official)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | cinkdgnpklnmonjpccajcdealahgblja |
Officiële URL | https://chrome.google.com/webstore/detail/doodle-jump-official/cinkdgnpklnmonjpccajcdealahgblja |
Beschrijving | This is the official Dodle Jump mobile game in popup! |
Bestandsgrootte | 334 KB |
Aantal Installaties | 11,104 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2022-02-10 |
Publicatiedatum | 2021-05-08 |
Beoordeling | 4.10/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Eatham532 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |