Onion's Revenge

Matrix-dodge the falling eggs.

Onion's Revengeคืออะไร?

Onion's Revenge เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://onionfist.net และคุณลักษณะหลักของมันคือ "Matrix-dodge the falling eggs."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Onion's Revenge

ดาวน์โหลดไฟล์ส่วนขยาย 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 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\/*"
        ]
    }
}