Cats Fan
Get the best cute cats photos right in your homepage with our extension!
ما هو Cats Fan؟
Cats Fan هو إضافة Chrome تم تطويرها بواسطة [email protected]، والميزة الرئيسية لها هي "Get the best cute cats photos right in your homepage with our extension!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cats Fan
قم بتنزيل ملفات الامتداد Cats Fan بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Cats Fan |
ID | nkhleengjihjncmbkldpfmoankdkhahg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cats-fan/nkhleengjihjncmbkldpfmoankdkhahg |
الوصف | Get the best cute cats photos right in your homepage with our extension! |
حجم الملف | 73.75 KB |
عدد التثبيتات | 39,159 |
النسخة الحالية | 1.2.3 |
آخر تحديث | 2024-02-27 |
تاريخ النشر | 2022-06-22 |
تقييم | 4.38/5 مجموع تقييمات 53 |
المطور | [email protected] |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://cats-fan.com/ |
عنوان صفحة المساعدة | https://cats-fan.com/pages/contact.html |
عنوان صفحة سياسة الخصوصية | https://cats-fan.com/pages/privacy-policy.html |
اللغات المدعومة | 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\/*" ] } |