YouTube Papaplattify
Modify YouTube thumbnails to include Papaplatte
ما هو YouTube Papaplattify؟
YouTube Papaplattify هو إضافة Chrome تم تطويرها بواسطة niki2k1، والميزة الرئيسية لها هي "Modify YouTube thumbnails to include Papaplatte".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube Papaplattify
قم بتنزيل ملفات الامتداد YouTube Papaplattify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Fügt das Gesicht von Papaplatte auf Youtube Thumbnails Contributer: - https://github.com/FelixLttks
معلومات أساسية عن التمديد
الاسم | YouTube Papaplattify |
ID | nodlbljncllmcgidfnihmpbkladalhld |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-papaplattify/nodlbljncllmcgidfnihmpbkladalhld |
الوصف | Modify YouTube thumbnails to include Papaplatte |
حجم الملف | 4.66 MB |
عدد التثبيتات | 1,953 |
النسخة الحالية | 1.5 |
آخر تحديث | 2023-07-21 |
تاريخ النشر | 2023-07-06 |
تقييم | 4.93/5 مجموع تقييمات 28 |
المطور | niki2k1 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Papaplattify", "version": "1.5", "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 Papaplatte", "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "papapalttify.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "images\/*.png", "facecam.png" ], "matches": [ "*:\/\/*\/*" ] } ], "action": { "default_title": "Papaplattify Settings", "default_popup": "popup.html" }, "permissions": [ "storage" ], "background": { "service_worker": "background.js" } } |