Onion's Revenge
Matrix-dodge the falling eggs.
O que é Onion's Revenge?
Onion's Revenge é uma extensão do Chrome desenvolvida por https://onionfist.net, e sua principal característica é "Matrix-dodge the falling eggs.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Onion's Revenge
Baixe arquivos de extensão Onion's Revenge no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Onion's Revenge |
ID | imkabmapkhnlkiabmpgjjhlglcjphbkb |
URL Oficial | https://chromewebstore.google.com/detail/onions-revenge/imkabmapkhnlkiabmpgjjhlglcjphbkb |
Descrição | Matrix-dodge the falling eggs. |
Tamanho do Arquivo | 28.5 MB |
Contagem de Instalações | 38,083 |
Versão Atual | 0.007 |
Última Atualização | 2022-04-08 |
Data de Publicação | 2022-01-10 |
Classificação | 4.88/5 Total de 8 Avaliações |
Desenvolvedor | https://onionfist.net |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://onionfist.net/ |
Idiomas Suportados | 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\/*" ] } } |