Orbital Daggers

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

O que é Orbital Daggers?

Orbital Daggers é uma extensão do Chrome desenvolvida por https://onionfist.net, e sua principal característica é "Stab the invaders with your orbital daggers, and dodge their blades!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Orbital Daggers

Baixe arquivos de extensão Orbital Daggers no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Orbital Daggers Orbital Daggers
ID jjjoiagdgjhecijlkfkipeilgfgbhkgc
URL Oficial https://chromewebstore.google.com/detail/orbital-daggers/jjjoiagdgjhecijlkfkipeilgfgbhkgc
Descrição Stab the invaders with your orbital daggers, and dodge their blades!
Tamanho do Arquivo 4.62 MB
Contagem de Instalações 91,556
Versão Atual 0.012
Última Atualização 2022-03-05
Data de Publicação 2021-12-31
Classificação 4.57/5 Total de 212 Avaliações
Desenvolvedor https://onionfist.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://onionfist.net/
Idiomas Suportados 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\/*"
        ]
    }
}