Dino Game
New Dino game in color. Play T-Rex Dino run offline.
Apa itu Dino Game?
Dino Game adalah ekstensi Chrome yang dikembangkan oleh https://www.smart-finder.net, dan fitur utamanya adalah "New Dino game in color. Play T-Rex Dino run offline.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Dino Game
Unduh file ekstensi Dino Game dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Dino Game is new free color game in new tab. Extension incluces color version of game and also original version of T-Rex dino run. - Click to icon of extension. - Press spacebar to start run. - Click on spacebar if you die. - Play Dino Game online or offline mode. Jump and get the highest score possible as in T-Rex dino run.
Informasi Dasar Ekstensi
Nama | |
ID | ghecmglkbhhfafgfddnekaoaancejanc |
URL Resmi | https://chrome.google.com/webstore/detail/dino-game/ghecmglkbhhfafgfddnekaoaancejanc |
Deskripsi | New Dino game in color. Play T-Rex Dino run offline. |
Ukuran File | 91.74 KB |
Jumlah Instalasi | 30,000 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2021-09-27 |
Tanggal Publikasi | 2021-04-24 |
Penilaian | 3.63/5 Total 8 Penilaian |
Pengembang | https://www.smart-finder.net |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.smart-finder.net/privacy.html |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "dino.png" }, "description": "New Dino game in color. Play T-Rex Dino run offline.", "icons": { "128": "dino.png", "16": "dino.png", "48": "dino.png" }, "manifest_version": 2, "name": "Dino Game", "options_page": "option.html", "version": "1.1.0", "offline_enabled": true, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/www.smart-finder.net\/img\/favicon.ico", "is_default": true, "keyword": "smartfinder", "name": "SmartFinder", "search_url": "https:\/\/www.smart-finder.net\/search?id=jk45&app=dzeigdid&q={searchTerms}" } }, "web_accessible_resources": [ "index.css", "option.js" ] } |