H3 Soyify
Modify YouTube thumbnails to include H3 soy faces
ما هو H3 Soyify؟
H3 Soyify هو إضافة Chrome تم تطويرها بواسطة teefoles، والميزة الرئيسية لها هي "Modify YouTube thumbnails to include H3 soy faces".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة H3 Soyify
قم بتنزيل ملفات الامتداد H3 Soyify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Modify YouTube thumbnails to include H3 soy faces.Enhance your browsing experience with H3 Soyifier
معلومات أساسية عن التمديد
الاسم | H3 Soyify |
ID | cbkmjmiioffkbcblnidnnkmongjjfmnm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/h3-soyify/cbkmjmiioffkbcblnidnnkmongjjfmnm |
الوصف | Modify YouTube thumbnails to include H3 soy faces |
حجم الملف | 11.51 MB |
عدد التثبيتات | 37 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2023-07-19 |
تاريخ النشر | 2023-07-14 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | teefoles |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "H3 Soyify", "version": "0.0.3", "action": { "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png" }, "default_title": "H3 SOYIFY", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "96": "icons\/icon-96.png" }, "description": "Modify YouTube thumbnails to include H3 soy faces", "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "soyify.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "images\/*.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |