Catbob Extension

Insert a bobbing cat!

Catbob Extensionとは何ですか?

Catbob ExtensionはChristopher Rybickiによって開発されたChromeの拡張機能で、その主な機能は「Insert a bobbing cat!」です。

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

screenshot

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

Catbob Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Lets you insert a bobbing cat to improve the vibes of any 2020 web page.                    

拡張機能の基本情報

名前 Catbob Extension Catbob Extension
ID kpgagnjpcohmbekajogmimfjhkmekbfc
公式URL https://chromewebstore.google.com/detail/catbob-extension/kpgagnjpcohmbekajogmimfjhkmekbfc
説明 Insert a bobbing cat!
ファイルサイズ 846 KB
インストール数 38
現在のバージョン 0.1
最終更新日 2020-11-23
公開日 2020-11-22
評価 5.00/5 合計 1 レビュー
開発者 Christopher Rybicki
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Catbob Extension",
    "version": "0.1",
    "description": "Insert a bobbing cat!",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "catbob.webm"
    ],
    "browser_action": {
        "default_icon": {
            "128": "cat128.png"
        },
        "default_title": "Catbob Extension"
    },
    "icons": {
        "128": "cat128.png",
        "512": "cat512.png"
    },
    "manifest_version": 2
}