Birdwatcher

Watch 'em fly!

ما هو Birdwatcher؟

Birdwatcher هو إضافة Chrome تم تطويرها بواسطة NeatGrease، والميزة الرئيسية لها هي "Watch 'em fly!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Birdwatcher

قم بتنزيل ملفات الامتداد Birdwatcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Birdwatcher Birdwatcher
ID mdfjccigmlologgkklhhdbjeicbckmaf
عنوان URL الرسمي https://chromewebstore.google.com/detail/birdwatcher/mdfjccigmlologgkklhhdbjeicbckmaf
الوصف Watch 'em fly!
حجم الملف 4.94 MB
عدد التثبيتات 115
النسخة الحالية 1.1.5
آخر تحديث 2022-12-08
تاريخ النشر 2022-01-01
تقييم 5.00/5 مجموع تقييمات 5
المطور NeatGrease
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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": [
                ""
            ]
        }
    ]
}