Fix Youtube Date Bug
The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
ما هو Fix Youtube Date Bug؟
Fix Youtube Date Bug هو إضافة Chrome تم تطويرها بواسطة joseguilhermefmoura، والميزة الرئيسية لها هي "The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fix Youtube Date Bug
قم بتنزيل ملفات الامتداد Fix Youtube Date Bug بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
If you are having troubles with YouTube showing you the upload date of some videos you should totally try this extension.
معلومات أساسية عن التمديد
الاسم | Fix Youtube Date Bug |
ID | ndolkhbfggdofgfeenlppkffjfgmcppe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/fix-youtube-date-bug/ndolkhbfggdofgfeenlppkffjfgmcppe |
الوصف | The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug |
حجم الملف | 3.69 KB |
عدد التثبيتات | 268 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2021-10-25 |
تاريخ النشر | 2021-10-25 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | joseguilhermefmoura |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug |
عنوان صفحة المساعدة | https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug |
اللغات المدعومة | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fix Youtube Date Bug", "version": "1.1.0", "description": "The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com\/joseguilherme-dev\/Fix-Youtube-Date-Bug", "content_scripts": [ { "js": [ "script.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |