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 |
官方網址 | 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\/*" ] } } |