Cats Fan
Get the best cute cats photos right in your homepage with our extension!
Co je Cats Fan?
Cats Fan je rozšíření Chrome vyvinuté [email protected], a jeho hlavní funkcí je „Get the best cute cats photos right in your homepage with our extension!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Cats Fan
Stáhněte si soubory rozšíření Cats Fan ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Cats Fan |
ID | nkhleengjihjncmbkldpfmoankdkhahg |
Oficiální URL | https://chromewebstore.google.com/detail/cats-fan/nkhleengjihjncmbkldpfmoankdkhahg |
Popis | Get the best cute cats photos right in your homepage with our extension! |
Velikost souboru | 73.75 KB |
Počet instalací | 39,159 |
Aktuální Verze | 1.2.3 |
Poslední Aktualizace | 2024-02-27 |
Datum Vydání | 2022-06-22 |
Hodnocení | 4.38/5 Celkem 53 Hodnocení |
Vývojář | [email protected] |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://cats-fan.com/ |
URL Stránky Nápovědy | https://cats-fan.com/pages/contact.html |
URL Stránky Zásad Ochrany Soukromí | https://cats-fan.com/pages/privacy-policy.html |
Podporované Jazyky | 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\/*" ] } |