Doodle Jump (Official)

This is the official Dodle Jump mobile game in popup!

什么是Doodle Jump (Official)?

Doodle Jump (Official)是由Eatham532开发的Chrome扩展程序,该扩展的主要功能是“This is the official Dodle Jump mobile game in popup!”。

扩展截图

screenshot

下载Doodle Jump (Official)扩展crx文件

下载Doodle Jump (Official)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Doodle Jump (Official) Doodle Jump (Official)
ID cinkdgnpklnmonjpccajcdealahgblja
官方URL https://chrome.google.com/webstore/detail/doodle-jump-official/cinkdgnpklnmonjpccajcdealahgblja
简介 This is the official Dodle Jump mobile game in popup!
文件大小 334 KB
安装次数 11,104
当前版本 2.0
更新时间 2022-02-10
上架时间 2021-05-08
评分 4.10/5 共10次评分
开发者 Eatham532
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}