Orbital Daggers
Stab the invaders with your orbital daggers, and dodge their blades!
什么是Orbital Daggers?
Orbital Daggers是由https://onionfist.net开发的Chrome扩展程序,该扩展的主要功能是“Stab the invaders with your orbital daggers, and dodge their blades!”。
扩展截图
下载Orbital Daggers扩展crx文件
下载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 |
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\/*" ] } } |