Doodle Jump with monsters
What a popular arcade chrome online and offline game.
什麼是Doodle Jump with monsters?
Doodle Jump with monsters是由Doodle with monsters開發的Chrome擴展程式,該擴展的主要功能是“What a popular arcade chrome online and offline game.”。
擴展截圖
下載Doodle Jump with monsters擴展crx文件
下載Doodle Jump with monsters擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Congrats, now you can play real doodle jump with monsters, black holes and so on in your browser. Control green doodle with keys on your keyboard. Try to get as high, as you can and there will be a surprise. It is much better than other games like running dinosaur. Enjoy playing.
擴展基本資訊
名稱 | |
ID | laaikaiglahlcnilchllclnnjmpiegpp |
官方網址 | https://chrome.google.com/webstore/detail/doodle-jump-with-monsters/laaikaiglahlcnilchllclnnjmpiegpp |
簡介 | What a popular arcade chrome online and offline game. |
檔案大小 | 3.36 MB |
安裝次數 | 1,000 |
目前版本 | 1.0.0 |
更新時間 | 2021-03-29 |
上架時間 | 2021-03-29 |
評分 | 4.50/5 共 2 次評分 |
開發者 | Doodle with monsters |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "popup.html", "default_title": "__MSG_appName__" }, "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icons\/icon128.png" }, "background": { "scripts": [ "jquery.js", "background.js" ] }, "manifest_version": 2, "name": "__MSG_appName__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |