Cats Fan
Get the best cute cats photos right in your homepage with our extension!
What is Cats Fan?
Cats Fan is a Chrome extension developed by [email protected], and its main feature is "Get the best cute cats photos right in your homepage with our extension!".
Extension Screenshots
Download Cats Fan Extension CRX File
Download Cats Fan extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Cats Fan |
ID | nkhleengjihjncmbkldpfmoankdkhahg |
Official URL | https://chromewebstore.google.com/detail/cats-fan/nkhleengjihjncmbkldpfmoankdkhahg |
Description | Get the best cute cats photos right in your homepage with our extension! |
File Size | 73.75 KB |
Installation Count | 39,159 |
Current Version | 1.2.3 |
Last Updated | 2024-02-27 |
Publish Date | 2022-06-22 |
Rating | 4.38/5 Total 53 Ratings |
Developer | [email protected] |
[email protected] | |
Payment Type | free |
Extension Website | https://cats-fan.com/ |
Help Page URL | https://cats-fan.com/pages/contact.html |
Privacy Policy Page URL | https://cats-fan.com/pages/privacy-policy.html |
Supported Languages | 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\/*" ] } |