No Youtube Studio Comment Widget
Remove the last comment widget from youtube studio
ما هو No Youtube Studio Comment Widget؟
No Youtube Studio Comment Widget هو إضافة Chrome تم تطويرها بواسطة RetroBoyDev، والميزة الرئيسية لها هي "Remove the last comment widget from youtube studio".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة No Youtube Studio Comment Widget
قم بتنزيل ملفات الامتداد No Youtube Studio Comment Widget بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Remove the last comments widget from the youtube studio dashboard
معلومات أساسية عن التمديد
الاسم | |
ID | gpdhpiginbghlgogopajjfmiggodhbee |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/no-youtube-studio-comment/gpdhpiginbghlgogopajjfmiggodhbee |
الوصف | Remove the last comment widget from youtube studio |
حجم الملف | 43.39 KB |
عدد التثبيتات | 11,963 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-05-10 |
تاريخ النشر | 2023-05-09 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | RetroBoyDev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://bit.ly/retro-privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "No Youtube Studio Comment Widget", "version": "1.0", "description": "Remove the last comment widget from youtube studio", "content_scripts": [ { "run_at": "document_idle", "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/studio.youtube.com\/*" ] } ], "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } } |