Easter Eggstension

Help Mr. and Mrs. Bunny save Easter!

Easter Eggstension क्या है?

Easter Eggstension andreas.k.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Help Mr. and Mrs. Bunny save Easter!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Easter Eggstension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        It's Easter time, and Mr. and Mrs. Bunny are busier than ever! Scrambling to reach every garden across the globe to spread the Easter joy, some eggs are bound to fall out of their baskets, as they dash through fiber cables deep underground, handing out eggs to people all around (few people know this is actually their preferred method of transportation; it is fast and also avoids them getting held up at customs).

Indeed, some of these eggs have even ended up scattered across random websites on the internet! Now it falls to you to find and gather these eggs, to help Mr. and Mrs. Bunny as Easter draws near. Who knows; you might even find the ever-illusive... Dragon Egg?

#######
Questions
#######

Q: Why are you doing this?
A: It's a school assignment, and one of the grading criteria is to include easter eggs.

Q: Easter is already over :(
A: Maybe so, but there are still plenty of eggs left to be found!

Q: How many egg-puns can you fit into an eggstension?
A: Yes.                    

एक्सटेंशन की मूल जानकारी

नाम Easter Eggstension Easter Eggstension
ID lkeplkoegchdobbdodnocghcikijbnfm
आधिकारिक URL https://chromewebstore.google.com/detail/easter-eggstension/lkeplkoegchdobbdodnocghcikijbnfm
विवरण Help Mr. and Mrs. Bunny save Easter!
फ़ाइल का आकार 104 KB
स्थापना संख्या 227
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2021-05-11
प्रकाशन तिथि 2021-04-04
रेटिंग 4.00/5 कुल 2 रेटिंग्स
डेवलपर andreas.k.dev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easter Eggstension",
    "description": "Help Mr. and Mrs. Bunny save Easter!",
    "version": "0.0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logos\/logo16.png",
            "32": "\/images\/logos\/logo32.png",
            "48": "\/images\/logos\/logo48.png",
            "128": "\/images\/logos\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logos\/logo16.png",
        "32": "\/images\/logos\/logo32.png",
        "48": "\/images\/logos\/logo48.png",
        "128": "\/images\/logos\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "egg.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/eggs\/*.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}