Ku-nya
Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life!
ما هو Ku-nya؟
Ku-nya هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ku-nya
قم بتنزيل ملفات الامتداد Ku-nya بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Enjoy your pixiv life! Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab.
Ku-nyaはあなたの新しいタブに、素敵なイラストが集まるpixivのランキングからランダムにイラストを届けてくれます。 معلومات أساسية عن التمديد
| الاسم | |
| ID | bpmaclbepidfnlfdnaoblbifgehgdalm |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/ku-nya/bpmaclbepidfnlfdnaoblbifgehgdalm |
| الوصف | Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life! |
| حجم الملف | 68.36 KB |
| عدد التثبيتات | 156 |
| النسخة الحالية | 2.8.1 |
| آخر تحديث | 2019-02-19 |
| تاريخ النشر | 2019-02-18 |
| تقييم | 4.50/5 مجموع تقييمات 4 |
| المطور | Unknown |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/tamanobi/Ku-nya |
| عنوان صفحة المساعدة | https://twitter.com/ku_nya_official |
| اللغات المدعومة | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ku-nya",
"version": "2.8.1",
"manifest_version": 2,
"description": "Ku-nya picks up illustrations on the pixiv ranking randomly and displays them on your new tab. Enjoy your pixiv life!",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"icons": {
"16": "icon\/icon16.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"chrome_url_overrides": {
"newtab": "newTab.html"
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"19": "icon\/icon19.png",
"38": "icon\/icon38.png"
}
},
"permissions": [
"webRequest",
"webRequestBlocking",
"https:\/\/www.pixiv.net\/",
"https:\/\/i.pximg.net\/",
"https:\/\/sentry.io\/"
]
} | |