Orbital Daggers

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

Что такое Orbital Daggers?

Orbital Daggers - это расширение Chrome, разработанное https://onionfist.net, и его основная функция - "Stab the invaders with your orbital daggers, and dodge their blades!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Orbital Daggers

Скачайте файлы расширений Orbital Daggers в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Orbital Daggers Orbital Daggers
ID jjjoiagdgjhecijlkfkipeilgfgbhkgc
Официальный URL https://chromewebstore.google.com/detail/orbital-daggers/jjjoiagdgjhecijlkfkipeilgfgbhkgc
Описание Stab the invaders with your orbital daggers, and dodge their blades!
Размер файла 4.62 MB
Количество установок 91,556
Текущая Версия 0.012
Последнее Обновление 2022-03-05
Дата публикации 2021-12-31
Рейтинг 4.57/5 Всего 212 оценок
Разработчик https://onionfist.net
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://onionfist.net/
Поддерживаемые языки 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\/*"
        ]
    }
}