Dinosaur Game Launcher
Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D.
¿Qué es Dinosaur Game Launcher?
Dinosaur Game Launcher es una extensión de Chrome desarrollada por http://browsernative.com, y su función principal es "Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Dinosaur Game Launcher
Descarga archivos de extensión Dinosaur Game Launcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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/
Información Básica de la Extensión
Nombre | |
ID | pmlcmigoejbihcnanenjcdokfgcnabdi |
URL Oficial | https://chrome.google.com/webstore/detail/dinosaur-game-launcher/pmlcmigoejbihcnanenjcdokfgcnabdi |
Descripción | Launch Chrome's dinosaur game in a new tab, and play it even while online. Keyboard shortcut: Alt+Shift+D. |
Tamaño del Archivo | 8.38 KB |
Cantidad de Instalaciones | 111,239 |
Versión Actual | 0.1 |
Última Actualización | 2019-08-27 |
Fecha de Publicación | 2019-08-27 |
Calificación | 3.20/5 Total de 20 Calificaciones |
Desarrollador | http://browsernative.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://browsernative.com/google-chrome-dinosaur-run-game/ |
URL de la Página de Ayuda | https://browsernative.com/google-chrome-dinosaur-run-game/ |
URL de la Página de Política de Privacidad | https://browsernative.com/extensions-privacy-policy |
Idiomas Soportados | 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" } } } } |