Dinosaur Game Launcher
Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D.
Apa itu Dinosaur Game Launcher?
Dinosaur Game Launcher adalah ekstensi Chrome yang dikembangkan oleh http://browsernative.com, dan fitur utamanya adalah "Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Dinosaur Game Launcher
Unduh file ekstensi Dinosaur Game Launcher 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
Just a launcher for Google Chrome dinosaur game. Click on the toolbar button, or use keyboard command Alt + Shift + D. Press space bar to start the game. Extension created by BrowserNative: https://browsernative.com/google-chrome-dinosaur-run-game/
Informasi Dasar Ekstensi
Nama | |
ID | pmlcmigoejbihcnanenjcdokfgcnabdi |
URL Resmi | https://chrome.google.com/webstore/detail/dinosaur-game-launcher/pmlcmigoejbihcnanenjcdokfgcnabdi |
Deskripsi | Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D. |
Ukuran File | 8.38 KB |
Jumlah Instalasi | 111,239 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2019-08-27 |
Tanggal Publikasi | 2019-08-27 |
Penilaian | 3.20/5 Total 20 Penilaian |
Pengembang | http://browsernative.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://browsernative.com/google-chrome-dinosaur-run-game/ |
URL Halaman Bantuan | https://browsernative.com/google-chrome-dinosaur-run-game/ |
URL Halaman Kebijakan Privasi | https://browsernative.com/extensions-privacy-policy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "dino.png", "default_title": "Dinosaur Game" }, "description": "Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D.", "homepage_url": "https:\/\/browsernative.com\/google-chrome-dinosaur-run-game\/", "icons": { "128": "dino.png", "48": "dino-48.png" }, "manifest_version": 2, "name": "Dinosaur Game Launcher", "version": "0.1", "permissions": [], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+D" } } } } |