Orbital Daggers

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

Cos'è Orbital Daggers?

Orbital Daggers è un'estensione di Chrome sviluppata da https://onionfist.net, e la sua funzione principale è "Stab the invaders with your orbital daggers, and dodge their blades!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Orbital Daggers

Scarica i file di estensione Orbital Daggers in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Orbital Daggers Orbital Daggers
ID jjjoiagdgjhecijlkfkipeilgfgbhkgc
URL Ufficiale https://chromewebstore.google.com/detail/orbital-daggers/jjjoiagdgjhecijlkfkipeilgfgbhkgc
Descrizione Stab the invaders with your orbital daggers, and dodge their blades!
Dimensione del File 4.62 MB
Conteggio Installazioni 91,556
Versione Corrente 0.012
Ultimo Aggiornamento 2022-03-05
Data di Pubblicazione 2021-12-31
Valutazione 4.57/5 Totale 212 Valutazioni
Sviluppatore https://onionfist.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://onionfist.net/
Lingue Supportate 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\/*"
        ]
    }
}