Onion's Revenge
Matrix-dodge the falling eggs.
什么是Onion's Revenge?
Onion's Revenge是由https://onionfist.net开发的Chrome扩展程序,该扩展的主要功能是“Matrix-dodge the falling eggs.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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\/*" ] } } |