Doodle Jump Original
Doodle Jump is the favorite game in your browser
Doodle Jump Originalとは何ですか?
Doodle Jump OriginalはGames Classicによって開発されたChromeの拡張機能で、その主な機能は「Doodle Jump is the favorite game in your browser」です。
拡張機能のスクリーンショット
Doodle Jump Original拡張機能のCRXファイルをダウンロード
Doodle Jump Original拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Doodle Jump is a fun and cute platform game in which you must help our adorable doodle character jump as high as possible onto a range of different hand-drawn platforms. The character jumps automatically - you need to control him with arrows to the right or to the left. Everything is very simple.
拡張機能の基本情報
名前 | |
ID | jeefnholllfbdbjmakhpckkhcinpopdp |
公式URL | https://chrome.google.com/webstore/detail/doodle-jump-original/jeefnholllfbdbjmakhpckkhcinpopdp |
説明 | Doodle Jump is the favorite game in your browser |
ファイルサイズ | 3.66 MB |
インストール数 | 1,758 |
現在のバージョン | 1.0.0.1 |
最終更新日 | 2022-06-10 |
公開日 | 2022-01-02 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Games Classic |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://bit.ly/3wwRKgg |
対応言語 | en |
manifest.json | |
{ "background": { "scripts": [ "superagent.js", "anticheat.js" ] }, "browser_action": { "default_icon": "icons\/icon_128.png", "default_popup": "popup.html", "default_title": "__MSG_appName__" }, "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icons\/icon_128.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*", "storage", "cookies", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0.1" } |