Cats Fan

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

Hvad er Cats Fan?

Cats Fan er en Chrome-udvidelse udviklet af [email protected], og dens hovedfunktion er "Get the best cute cats photos right in your homepage with our extension!".

Udvidelsesskærmbilleder

screenshot

Download Cats Fan-udvidelses-CRX-fil

Download Cats Fan-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Cats Fan Cats Fan
ID nkhleengjihjncmbkldpfmoankdkhahg
Officiel URL https://chromewebstore.google.com/detail/cats-fan/nkhleengjihjncmbkldpfmoankdkhahg
Beskrivelse Get the best cute cats photos right in your homepage with our extension!
Filstørrelse 73.75 KB
Antal Installationer 39,159
Nuværende Version 1.2.3
Senest Opdateret 2024-02-27
Udgivelsesdato 2022-06-22
Bedømmelse 4.38/5 Samlet 53 Bedømmelser
Udvikler [email protected]
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://cats-fan.com/
Hjælpeside-URL https://cats-fan.com/pages/contact.html
URL til Fortrolighedspolitik Side https://cats-fan.com/pages/privacy-policy.html
Understøttede Sprog 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\/*"
    ]
}