Cats Fan
Get the best cute cats photos right in your homepage with our extension!
Was ist Cats Fan?
Cats Fan ist eine Chrome-Erweiterung, die von [email protected] entwickelt wurde, und ihr Hauptmerkmal ist "Get the best cute cats photos right in your homepage with our extension!".
Erweiterungsscreenshots
Cats Fan-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cats Fan-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Cats Fan |
ID | nkhleengjihjncmbkldpfmoankdkhahg |
Offizielle URL | https://chromewebstore.google.com/detail/cats-fan/nkhleengjihjncmbkldpfmoankdkhahg |
Beschreibung | Get the best cute cats photos right in your homepage with our extension! |
Dateigröße | 73.75 KB |
Installationsanzahl | 39,159 |
Aktuelle Version | 1.2.3 |
Letztes Update | 2024-02-27 |
Veröffentlichungsdatum | 2022-06-22 |
Bewertung | 4.38/5 Insgesamt 53 Bewertungen |
Entwickler | [email protected] |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://cats-fan.com/ |
Hilfeseite URL | https://cats-fan.com/pages/contact.html |
URL der Datenschutzrichtlinien-Seite | https://cats-fan.com/pages/privacy-policy.html |
Unterstützte Sprachen | 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\/*" ] } |