Orbital Daggers

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

What is Orbital Daggers?

Orbital Daggers is a Chrome extension developed by https://onionfist.net, and its main feature is "Stab the invaders with your orbital daggers, and dodge their blades!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Orbital Daggers Extension CRX File

Download Orbital Daggers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Orbital Daggers Orbital Daggers
ID jjjoiagdgjhecijlkfkipeilgfgbhkgc
Official URL https://chromewebstore.google.com/detail/orbital-daggers/jjjoiagdgjhecijlkfkipeilgfgbhkgc
Description Stab the invaders with your orbital daggers, and dodge their blades!
File Size 4.62 MB
Installation Count 91,556
Current Version 0.012
Last Updated 2022-03-05
Publish Date 2021-12-31
Rating 4.57/5 Total 212 Ratings
Developer https://onionfist.net
Email [email protected]
Payment Type free
Extension Website https://onionfist.net/
Supported Languages 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\/*"
        ]
    }
}