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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
        ]
    }
}