Onion's Revenge

Matrix-dodge the falling eggs.

Qu'est-ce que Onion's Revenge ?

Onion's Revenge est une extension Chrome développée par https://onionfist.net, et sa fonction principale est "Matrix-dodge the falling eggs.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Onion's Revenge

Téléchargez les fichiers d'extension Onion's Revenge au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Onion's Revenge Onion's Revenge
ID imkabmapkhnlkiabmpgjjhlglcjphbkb
URL Officiel https://chromewebstore.google.com/detail/onions-revenge/imkabmapkhnlkiabmpgjjhlglcjphbkb
Description Matrix-dodge the falling eggs.
Taille du Fichier 28.5 MB
Nombre d'Installations 38,083
Version Actuelle 0.007
Dernière Mise à Jour 2022-04-08
Date de Publication 2022-01-10
Évaluation 4.88/5 Total 8 Évaluations
Développeur https://onionfist.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://onionfist.net/
Langues Prises en Charge 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\/*"
        ]
    }
}