Birdwatcher

Watch 'em fly!

Wat is Birdwatcher?

Birdwatcher is een Chrome-extensie ontwikkeld door NeatGrease, en de belangrijkste functie is "Watch 'em fly!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Birdwatcher

Download Birdwatcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.)                    

Basisinformatie over de Extensie

Naam Birdwatcher Birdwatcher
ID mdfjccigmlologgkklhhdbjeicbckmaf
Officiële URL https://chromewebstore.google.com/detail/birdwatcher/mdfjccigmlologgkklhhdbjeicbckmaf
Beschrijving Watch 'em fly!
Bestandsgrootte 4.94 MB
Aantal Installaties 115
Huidige Versie 1.1.5
Laatst Bijgewerkt 2022-12-08
Publicatiedatum 2022-01-01
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar NeatGrease
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}