Cats Fan
Get the best cute cats photos right in your homepage with our extension!
Apa itu Cats Fan?
Cats Fan adalah ekstensi Chrome yang dikembangkan oleh [email protected], dan fitur utamanya adalah "Get the best cute cats photos right in your homepage with our extension!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cats Fan
Unduh file ekstensi Cats Fan dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Cats Fan |
ID | nkhleengjihjncmbkldpfmoankdkhahg |
URL Resmi | https://chromewebstore.google.com/detail/cats-fan/nkhleengjihjncmbkldpfmoankdkhahg |
Deskripsi | Get the best cute cats photos right in your homepage with our extension! |
Ukuran File | 73.75 KB |
Jumlah Instalasi | 39,159 |
Versi Saat Ini | 1.2.3 |
Terakhir Diperbarui | 2024-02-27 |
Tanggal Publikasi | 2022-06-22 |
Penilaian | 4.38/5 Total 53 Penilaian |
Pengembang | [email protected] |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://cats-fan.com/ |
URL Halaman Bantuan | https://cats-fan.com/pages/contact.html |
URL Halaman Kebijakan Privasi | https://cats-fan.com/pages/privacy-policy.html |
Bahasa yang Didukung | 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\/*" ] } |