Smart Pixiv Surfer
You can surf more smart on Pixiv with this.
ما هو Smart Pixiv Surfer؟
Smart Pixiv Surfer هو إضافة Chrome تم تطويرها بواسطة https://jumtana.blogspot.com، والميزة الرئيسية لها هي "You can surf more smart on Pixiv with this.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Smart Pixiv Surfer
قم بتنزيل ملفات الامتداد Smart Pixiv Surfer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Makes ui simple and privde you good pixiv surfing! Main features are - Improve user profile page - Improve original size image view ----- UI をシンプルにして、Pixiv サーフィンを快適にします! 主な機能はこちら ・ユーザプロフィール画面の改善 ・オリジナルサイズ画像表の改善 ----- https://www.pixiv.net/member_illust.php?mode=medium&illust_id=64686719
معلومات أساسية عن التمديد
الاسم | Smart Pixiv Surfer |
ID | hndnhhkcidojfodlhdghbebogfblonin |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/smart-pixiv-surfer/hndnhhkcidojfodlhdghbebogfblonin |
الوصف | You can surf more smart on Pixiv with this. |
حجم الملف | 40.33 KB |
عدد التثبيتات | 94 |
النسخة الحالية | 0.2 |
آخر تحديث | 2018-02-25 |
تاريخ النشر | 2018-02-25 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | https://jumtana.blogspot.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Pixiv Surfer", "version": "0.2", "description": "You can surf more smart on Pixiv with this.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.pixiv.net\/*" ], "css": [ "focus.css" ], "js": [ "jquery-3.2.1.min.js", "myscript.js" ] } ], "manifest_version": 2 } |