Birdwatcher

Watch 'em fly!

Birdwatcherとは何ですか?

BirdwatcherはNeatGreaseによって開発されたChromeの拡張機能で、その主な機能は「Watch 'em fly!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Birdwatcher拡張機能のCRXファイルをダウンロード

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
Eメール [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": [
                ""
            ]
        }
    ]
}