MeowMeowFacts
A fun cat fact with every new tab :)
ما هو MeowMeowFacts؟
MeowMeowFacts هو إضافة Chrome تم تطويرها بواسطة https://seanandthomas.com، والميزة الرئيسية لها هي "A fun cat fact with every new tab :)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MeowMeowFacts
قم بتنزيل ملفات الامتداد MeowMeowFacts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A Chrome Extension made by Sean and Thomas. Each time you open a new tab, you get a cat fact! We proudly have the largest cat facts database on the internet…how PAWSOME is that?! Let us know what you think :)
Want to help contribute or know a cool cat fact? Email us at [email protected]
Cats and cuteness by collaboration with Studio Jeanne => studiojeanne.com معلومات أساسية عن التمديد
| الاسم | |
| ID | mbjjeoifjkenllinddfmibncnfmcofkl |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/meowmeowfacts/mbjjeoifjkenllinddfmibncnfmcofkl |
| الوصف | A fun cat fact with every new tab :) |
| حجم الملف | 764 KB |
| عدد التثبيتات | 123 |
| النسخة الحالية | 1.2 |
| آخر تحديث | 2018-03-16 |
| تاريخ النشر | 2018-03-15 |
| تقييم | 5.00/5 مجموع تقييمات 5 |
| المطور | https://seanandthomas.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://seanandthomas.com |
| عنوان صفحة المساعدة | https://hacksmithlabs.com |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "MeowMeowFacts",
"description": "A fun cat fact with every new tab :)",
"version": "1.2",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"icons": {
"128": "cat_icon128.png"
}
} | |