Orbital Daggers

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

Wat is Orbital Daggers?

Orbital Daggers is een Chrome-extensie ontwikkeld door https://onionfist.net, en de belangrijkste functie is "Stab the invaders with your orbital daggers, and dodge their blades!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Orbital Daggers

Download Orbital Daggers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Orbital Daggers Orbital Daggers
ID jjjoiagdgjhecijlkfkipeilgfgbhkgc
Officiële URL https://chromewebstore.google.com/detail/orbital-daggers/jjjoiagdgjhecijlkfkipeilgfgbhkgc
Beschrijving Stab the invaders with your orbital daggers, and dodge their blades!
Bestandsgrootte 4.62 MB
Aantal Installaties 91,556
Huidige Versie 0.012
Laatst Bijgewerkt 2022-03-05
Publicatiedatum 2021-12-31
Beoordeling 4.57/5 Totaal 212 Beoordelingen
Ontwikkelaar https://onionfist.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://onionfist.net/
Ondersteunde Talen 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\/*"
        ]
    }
}