WaifuChain
Display waifus associated with social media profiles
ما هو WaifuChain؟
WaifuChain هو إضافة Chrome تم تطويرها بواسطة corollari، والميزة الرئيسية لها هي "Display waifus associated with social media profiles".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WaifuChain
قم بتنزيل ملفات الامتداد WaifuChain بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Displays the waifus owned by the user, lets the user assign one of their waifus to a social media profile and shows the waifus associated with profiles on their pages. Having metamask installed is required for this extension to work.
معلومات أساسية عن التمديد
الاسم | WaifuChain |
ID | injlalemmnakihphncnhbdckncjbcaac |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/waifuchain/injlalemmnakihphncnhbdckncjbcaac |
الوصف | Display waifus associated with social media profiles |
حجم الملف | 1.55 MB |
عدد التثبيتات | 191 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2019-03-24 |
تاريخ النشر | 2019-03-23 |
المطور | corollari |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://waifuchain.moe |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WaifuChain", "version": "1.0.0", "description": "Display waifus associated with social media profiles", "manifest_version": 2, "background": { "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": { "16": "icons\/16.png", "24": "icons\/24.png", "32": "icons\/32.png" }, "default_title": "WaifuChain", "default_popup": "popup\/index.html" }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "dist\/twitter.js" ], "css": [ "contentScripts\/twitter\/styles.css" ] } ], "permissions": [ "activeTab" ] } |