Cats Fan

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

Qu'est-ce que Cats Fan ?

Cats Fan est une extension Chrome développée par [email protected], et sa fonction principale est "Get the best cute cats photos right in your homepage with our extension!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cats Fan

Téléchargez les fichiers d'extension Cats Fan au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Cats Fan Cats Fan
ID nkhleengjihjncmbkldpfmoankdkhahg
URL Officiel https://chromewebstore.google.com/detail/cats-fan/nkhleengjihjncmbkldpfmoankdkhahg
Description Get the best cute cats photos right in your homepage with our extension!
Taille du Fichier 73.75 KB
Nombre d'Installations 39,159
Version Actuelle 1.2.3
Dernière Mise à Jour 2024-02-27
Date de Publication 2022-06-22
Évaluation 4.38/5 Total 53 Évaluations
Développeur [email protected]
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://cats-fan.com/
URL de la Page d'Aide https://cats-fan.com/pages/contact.html
URL de la Page de Politique de Confidentialité https://cats-fan.com/pages/privacy-policy.html
Langues Prises en Charge 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\/*"
    ]
}