Onion's Revenge

Matrix-dodge the falling eggs.

What is Onion's Revenge?

Onion's Revenge is a Chrome extension developed by https://onionfist.net, and its main feature is "Matrix-dodge the falling eggs.".

Extension Screenshots

screenshot
screenshot

Download Onion's Revenge Extension CRX File

Download Onion's Revenge extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Onion's Revenge Onion's Revenge
ID imkabmapkhnlkiabmpgjjhlglcjphbkb
Official URL https://chromewebstore.google.com/detail/onions-revenge/imkabmapkhnlkiabmpgjjhlglcjphbkb
Description Matrix-dodge the falling eggs.
File Size 28.5 MB
Installation Count 38,083
Current Version 0.007
Last Updated 2022-04-08
Publish Date 2022-01-10
Rating 4.88/5 Total 8 Ratings
Developer https://onionfist.net
Email [email protected]
Payment Type free
Extension Website https://onionfist.net/
Supported Languages 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\/*"
        ]
    }
}