Cats Fan

Get the best cute cats photos right in your homepage with our extension!

什么是Cats Fan?

Cats Fan是由[email protected]开发的Chrome扩展程序,该扩展的主要功能是“Get the best cute cats photos right in your homepage with our extension!”。

扩展截图

screenshot

下载Cats Fan扩展crx文件

下载Cats Fan扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        For more details: 
https://cats-fan.com/pages/terms-of-use.html
https://cats-fan.com/pages/privacy-policy.html

Get the most cute cats photos on a daily basis in your homepage using our extension.

By installing the extension you accept and agree to set Chrome New Tab search to Bing, and to the terms and policies.                    

扩展基本信息

名称 Cats Fan Cats Fan
ID nkhleengjihjncmbkldpfmoankdkhahg
官方URL https://chromewebstore.google.com/detail/cats-fan/nkhleengjihjncmbkldpfmoankdkhahg
简介 Get the best cute cats photos right in your homepage with our extension!
文件大小 73.75 KB
安装次数 39,159
当前版本 1.2.3
更新时间 2024-02-27
上架时间 2022-06-22
评分 4.38/5 共53次评分
开发者 [email protected]
电子邮箱 [email protected]
付费类型 free
扩展官网 https://cats-fan.com/
帮助页面URL https://cats-fan.com/pages/contact.html
隐私政策页面URL https://cats-fan.com/pages/privacy-policy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "Cats Fan Page"
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "Get the best cute cats photos right in your homepage with our extension!",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "name": "Cats Fan",
    "version": "1.2.3",
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.catsfanext.com\/*"
    ]
}