Birdwatcher

Watch 'em fly!

Apa itu Birdwatcher?

Birdwatcher adalah ekstensi Chrome yang dikembangkan oleh NeatGrease, dan fitur utamanya adalah "Watch 'em fly!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Birdwatcher

Unduh file ekstensi Birdwatcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Birdwatcher Birdwatcher
ID mdfjccigmlologgkklhhdbjeicbckmaf
URL Resmi https://chromewebstore.google.com/detail/birdwatcher/mdfjccigmlologgkklhhdbjeicbckmaf
Deskripsi Watch 'em fly!
Ukuran File 4.94 MB
Jumlah Instalasi 115
Versi Saat Ini 1.1.5
Terakhir Diperbarui 2022-12-08
Tanggal Publikasi 2022-01-01
Penilaian 5.00/5 Total 5 Penilaian
Pengembang NeatGrease
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}