Birdwatcher

Watch 'em fly!

What is Birdwatcher?

Birdwatcher is a Chrome extension developed by NeatGrease, and its main feature is "Watch 'em fly!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Birdwatcher Extension CRX File

Download Birdwatcher 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

                        Birdwatcher is an extension that populates your screen with a variety of colorful bit-sized birds.

Watch as your avian friends fly around, land on text, and munch on snacks. Learn more about your favorites by viewing them in the pop-up inspector!

Enjoyed by ornithologists and casual birdwatchers alike :)

(Birdwatcher never collects your data.)                    

Extension Basic Information

Name Birdwatcher Birdwatcher
ID mdfjccigmlologgkklhhdbjeicbckmaf
Official URL https://chromewebstore.google.com/detail/birdwatcher/mdfjccigmlologgkklhhdbjeicbckmaf
Description Watch 'em fly!
File Size 4.94 MB
Installation Count 115
Current Version 1.1.5
Last Updated 2022-12-08
Publish Date 2022-01-01
Rating 5.00/5 Total 5 Ratings
Developer NeatGrease
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Birdwatcher",
    "description": "Watch 'em fly!",
    "version": "1.1.5",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "build\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "build\/contentScript.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon\/icon.png",
            "32": "images\/icon\/icon.png",
            "48": "images\/icon\/icon.png",
            "128": "images\/icon\/icon.png"
        }
    },
    "icons": {
        "16": "images\/icon\/icon.png",
        "32": "images\/icon\/icon.png",
        "48": "images\/icon\/icon.png",
        "128": "images\/icon\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.gif",
                "*.wav",
                "*.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}