Birdwatcher

Watch 'em fly!

Birdwatcherคืออะไร?

Birdwatcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NeatGrease และคุณลักษณะหลักของมันคือ "Watch 'em fly!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Birdwatcher

ดาวน์โหลดไฟล์ส่วนขยาย Birdwatcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
                ""
            ]
        }
    ]
}