Cats Fan

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

Cats Fan là gì?

Cats Fan là một tiện ích mở rộng Chrome được phát triển bởi [email protected], và tính năng chính của nó là "Get the best cute cats photos right in your homepage with our extension!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cats Fan

Tải xuống các tệp mở rộng Cats Fan dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cats Fan Cats Fan
ID nkhleengjihjncmbkldpfmoankdkhahg
URL Chính Thức https://chromewebstore.google.com/detail/cats-fan/nkhleengjihjncmbkldpfmoankdkhahg
Mô tả Get the best cute cats photos right in your homepage with our extension!
Kích Thước Tệp 73.75 KB
Số Lần Cài Đặt 39,159
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2024-02-27
Ngày Phát Hành 2022-06-22
Đánh Giá 4.38/5 Tổng số 53 Đánh Giá
Nhà Phát Triển [email protected]
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cats-fan.com/
URL Trang Trợ Giúp https://cats-fan.com/pages/contact.html
URL Trang Chính Sách Bảo Mật https://cats-fan.com/pages/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}