Onion's Revenge

Matrix-dodge the falling eggs.

Onion's Revengeとは何ですか?

Onion's Revengeはhttps://onionfist.netによって開発されたChromeの拡張機能で、その主な機能は「Matrix-dodge the falling eggs.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Onion's Revenge拡張機能のCRXファイルをダウンロード

Onion's Revenge拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Those birds ... they lay eggs in the sky. The falling eggs have killed millions.

And you're angry. You will fry those eggs. You will scramble the eggs. And you will boil the eggs. That's the onion's revenge.

Controls: Left, right and down arrow keys.

Changelog:
- Apr 7, 2020: Added poached egg mode & OMELETTE MODE.                    

拡張機能の基本情報

名前 Onion's Revenge Onion's Revenge
ID imkabmapkhnlkiabmpgjjhlglcjphbkb
公式URL https://chromewebstore.google.com/detail/onions-revenge/imkabmapkhnlkiabmpgjjhlglcjphbkb
説明 Matrix-dodge the falling eggs.
ファイルサイズ 28.5 MB
インストール数 38,083
現在のバージョン 0.007
最終更新日 2022-04-08
公開日 2022-01-10
評価 4.88/5 合計 8 レビュー
開発者 https://onionfist.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://onionfist.net/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Onion's Revenge",
    "short_name": "Onion's Revenge",
    "description": "Matrix-dodge the falling eggs.",
    "version": "0.007",
    "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\/*"
        ]
    }
}