Hide YouTube title
Renames a YouTube page's title to 'YouTube' when you click the icon
ما هو Hide YouTube title؟
Hide YouTube title هو إضافة Chrome تم تطويرها بواسطة Martin Petersson، والميزة الرئيسية لها هي "Renames a YouTube page's title to 'YouTube' when you click the icon".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hide YouTube title
قم بتنزيل ملفات الامتداد Hide YouTube title بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple extension to hide the titles of YouTube videos in the tab.
معلومات أساسية عن التمديد
الاسم | Hide YouTube title |
ID | lbhefhicendlbcjaokibgkdfafdblaeb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/hide-youtube-title/lbhefhicendlbcjaokibgkdfafdblaeb |
الوصف | Renames a YouTube page's title to 'YouTube' when you click the icon |
حجم الملف | 33.79 KB |
عدد التثبيتات | 109 |
النسخة الحالية | 1.0.1.1 |
آخر تحديث | 2022-03-24 |
تاريخ النشر | 2022-03-23 |
المطور | Martin Petersson |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide YouTube title", "action": [], "manifest_version": 3, "version": "1.0.1.1", "description": "Renames a YouTube page's title to 'YouTube' when you click the icon", "icons": { "16": "icons\/peaches16x16.png", "32": "icons\/peaches32x32.png", "48": "icons\/peaches48x48.png", "128": "icons\/peaches128x128.png" }, "permissions": [ "scripting", "tabs", "storage" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/www.youtube.com\/*", "https:\/\/youtube.com\/*", "https:\/\/youtu.be\/*" ] } |