Orbital Daggers
Stab the invaders with your orbital daggers, and dodge their blades!
Qu'est-ce que Orbital Daggers ?
Orbital Daggers est une extension Chrome développée par https://onionfist.net, et sa fonction principale est "Stab the invaders with your orbital daggers, and dodge their blades!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Orbital Daggers
Téléchargez les fichiers d'extension Orbital Daggers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Orbital Daggers |
ID | jjjoiagdgjhecijlkfkipeilgfgbhkgc |
URL Officiel | https://chromewebstore.google.com/detail/orbital-daggers/jjjoiagdgjhecijlkfkipeilgfgbhkgc |
Description | Stab the invaders with your orbital daggers, and dodge their blades! |
Taille du Fichier | 4.62 MB |
Nombre d'Installations | 91,556 |
Version Actuelle | 0.012 |
Dernière Mise à Jour | 2022-03-05 |
Date de Publication | 2021-12-31 |
Évaluation | 4.57/5 Total 212 Évaluations |
Développeur | https://onionfist.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://onionfist.net/ |
Langues Prises en Charge | 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\/*" ] } } |