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 |
Eメール | [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\/*" ] } } |