Orbital Daggers

Stab the invaders with your orbital daggers, and dodge their blades!

¿Qué es Orbital Daggers?

Orbital Daggers es una extensión de Chrome desarrollada por https://onionfist.net, y su función principal es "Stab the invaders with your orbital daggers, and dodge their blades!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Orbital Daggers

Descarga archivos de extensión Orbital Daggers 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

                        The only way to defend yourself is to strike first. Stab or be stabbed. How many waves of assassins can you defeat?

Orbital daggers is a chrome extension game which you can play in a popup window by clicking the little icon in the right corner of your browser. Whenever you're bored, you can have a fun time!

Made by the creator of Ice Dodo.                    

Información Básica de la Extensión

Nombre Orbital Daggers Orbital Daggers
ID jjjoiagdgjhecijlkfkipeilgfgbhkgc
URL Oficial https://chromewebstore.google.com/detail/orbital-daggers/jjjoiagdgjhecijlkfkipeilgfgbhkgc
Descripción Stab the invaders with your orbital daggers, and dodge their blades!
Tamaño del Archivo 4.62 MB
Cantidad de Instalaciones 91,556
Versión Actual 0.012
Última Actualización 2022-03-05
Fecha de Publicación 2021-12-31
Calificación 4.57/5 Total de 212 Calificaciones
Desarrollador https://onionfist.net
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://onionfist.net/
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Orbital Daggers",
    "short_name": "Orbital Daggers",
    "description": "Stab the invaders with your orbital daggers, and dodge their blades!",
    "version": "0.012",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_icon": "assets\/icons\/icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.onionfist.com\/*"
        ]
    }
}