Cats Fan

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

Что такое Cats Fan?

Cats Fan - это расширение Chrome, разработанное [email protected], и его основная функция - "Get the best cute cats photos right in your homepage with our extension!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Cats Fan

Скачайте файлы расширений 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\/*"
    ]
}