Birdwatcher

Watch 'em fly!

Was ist Birdwatcher?

Birdwatcher ist eine Chrome-Erweiterung, die von NeatGrease entwickelt wurde, und ihr Hauptmerkmal ist "Watch 'em fly!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Birdwatcher-Erweiterungs-CRX-Datei herunterladen

Laden Sie Birdwatcher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Birdwatcher Birdwatcher
ID mdfjccigmlologgkklhhdbjeicbckmaf
Offizielle URL https://chromewebstore.google.com/detail/birdwatcher/mdfjccigmlologgkklhhdbjeicbckmaf
Beschreibung Watch 'em fly!
Dateigröße 4.94 MB
Installationsanzahl 115
Aktuelle Version 1.1.5
Letztes Update 2022-12-08
Veröffentlichungsdatum 2022-01-01
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler NeatGrease
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}