Onion's Revenge

Matrix-dodge the falling eggs.

Wat is Onion's Revenge?

Onion's Revenge is een Chrome-extensie ontwikkeld door https://onionfist.net, en de belangrijkste functie is "Matrix-dodge the falling eggs.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Onion's Revenge

Download Onion's Revenge-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Onion's Revenge Onion's Revenge
ID imkabmapkhnlkiabmpgjjhlglcjphbkb
Officiële URL https://chromewebstore.google.com/detail/onions-revenge/imkabmapkhnlkiabmpgjjhlglcjphbkb
Beschrijving Matrix-dodge the falling eggs.
Bestandsgrootte 28.5 MB
Aantal Installaties 38,083
Huidige Versie 0.007
Laatst Bijgewerkt 2022-04-08
Publicatiedatum 2022-01-10
Beoordeling 4.88/5 Totaal 8 Beoordelingen
Ontwikkelaar https://onionfist.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://onionfist.net/
Ondersteunde Talen 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\/*"
        ]
    }
}