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
电子邮箱 [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
}