Duck Collection

Duck Collection hides ducks in webpages so you can find and collect them

What is Duck Collection?

Duck Collection is a Chrome extension developed by taynebilyard, and its main feature is "Duck Collection hides ducks in webpages so you can find and collect them".

Extension Screenshots

screenshot

Download Duck Collection Extension CRX File

Download Duck Collection extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Go to https://duck-finderz.pushed.nz/ to register an account, login with your username  in the extension popup to track your collected ducks!                    

Extension Basic Information

Name Duck Collection Duck Collection
ID enlefeepfkpjdifepemfoojfcbhomnpm
Official URL https://chromewebstore.google.com/detail/duck-collection/enlefeepfkpjdifepemfoojfcbhomnpm
Description Duck Collection hides ducks in webpages so you can find and collect them
File Size 788 KB
Installation Count 59
Current Version 2.0.0
Last Updated 2024-01-25
Publish Date 2023-12-06
Rating 5.00/5 Total 5 Ratings
Developer taynebilyard
Email [email protected]
Payment Type free
Extension Website https://duck-finderz.pushed.nz/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Duck Collection",
    "version": "2.0.0",
    "description": "Duck Collection hides ducks in webpages so you can find and collect them",
    "permissions": [
        "storage",
        "*:\/\/localhost\/*",
        "offscreen",
        "*:\/\/duck-finderz.pushed.nz\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/localhost\/*",
                "*:\/\/duck-finderz.pushed.nz\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/collected.png",
                "assets\/quack.mp3",
                "assets\/gym-duck.png",
                "assets\/bow-duck.png",
                "assets\/default-duck.png",
                "assets\/fez-duck.png",
                "assets\/golden-duck.png",
                "assets\/green-duck.png",
                "assets\/red-duck.png",
                "assets\/knife-duck.png",
                "assets\/jojo_duck-removebg-preview.png",
                "assets\/rubber-duck.png",
                "assets\/zebra-duck.png",
                "assets\/mike-duck.png",
                "assets\/gojo-duck.png",
                "assets\/blue-mike-duck.png",
                "assets\/ghost-duck.png",
                "assets\/duck-escaping.mp3",
                "assets\/gym-duck-gruntier.mp3",
                "assets\/fez-duck-riff.mp3",
                "assets\/knife-duck-draw.mp3",
                "assets\/zebra-duck-babyzebra-call.mp3",
                "assets\/rubber-duck-pop.mp3",
                "assets\/jojo-duck-bing-bong.mp3",
                "assets\/knife-duck-highres.png",
                "assets\/logged-out-notification.png",
                "assets\/logged-out-sad-trombone.mp3"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/knife-duck-highres.png",
            "24": "assets\/knife-duck-highres.png",
            "32": "assets\/knife-duck-highres.png"
        },
        "default_title": "Duck Collection",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}