YouTube MrBeastify
Modify YouTube thumbnails to include MrBeast
ما هو YouTube MrBeastify؟
YouTube MrBeastify هو إضافة Chrome تم تطويرها بواسطة MagicJinn، والميزة الرئيسية لها هي "Modify YouTube thumbnails to include MrBeast".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube MrBeastify
قم بتنزيل ملفات الامتداد YouTube MrBeastify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Enhance your browsing experience with MrBeastifier. Is your browser experience boring? Are you having trouble finding engaging click-baity videos? Fear no more. This extension adds famous youtuber MrBeast to every thumbnail. Compatible with all browsers Notes: - This extension was inspired by Unnecessary Inventions: http://www.youtube.com/@UnnecessaryInventions - This extension is unofficial and not affiliated with MrBeast or YouTube. Source: https://github.com/MagicJinn/MrBeastify-Youtube
معلومات أساسية عن التمديد
الاسم | YouTube MrBeastify |
ID | dbmaeobgdodeimjdjnkipbfhgeldnmeb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-mrbeastify/dbmaeobgdodeimjdjnkipbfhgeldnmeb |
الوصف | Modify YouTube thumbnails to include MrBeast |
حجم الملف | 10.79 MB |
عدد التثبيتات | 63,716 |
النسخة الحالية | 1.5.4 |
آخر تحديث | 2023-12-20 |
تاريخ النشر | 2023-06-18 |
تقييم | 4.92/5 مجموع تقييمات 604 |
المطور | MagicJinn |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube MrBeastify", "version": "1.5.4", "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 MrBeast", "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "mrbeastify.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "images\/*.png", "images\/*.json" ], "matches": [ "*:\/\/*\/*" ] } ] } |