Birdwatcher

Watch 'em fly!

Cos'è Birdwatcher?

Birdwatcher è un'estensione di Chrome sviluppata da NeatGrease, e la sua funzione principale è "Watch 'em fly!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Birdwatcher

Scarica i file di estensione Birdwatcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Birdwatcher Birdwatcher
ID mdfjccigmlologgkklhhdbjeicbckmaf
URL Ufficiale https://chromewebstore.google.com/detail/birdwatcher/mdfjccigmlologgkklhhdbjeicbckmaf
Descrizione Watch 'em fly!
Dimensione del File 4.94 MB
Conteggio Installazioni 115
Versione Corrente 1.1.5
Ultimo Aggiornamento 2022-12-08
Data di Pubblicazione 2022-01-01
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore NeatGrease
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}