YouTube Studio Favicon
Gives YouTube Studio's favicon the Studio Mobile App's icon, different from the main YouTube site.
ما هو YouTube Studio Favicon؟
YouTube Studio Favicon هو إضافة Chrome تم تطويرها بواسطة https://damiendavisneff.com، والميزة الرئيسية لها هي "Gives YouTube Studio's favicon the Studio Mobile App's icon, different from the main YouTube site.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube Studio Favicon
قم بتنزيل ملفات الامتداد YouTube Studio Favicon بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Gives YouTube Studio a separate favicon, which is the Studio's Mobile App icon, to differentiate it from the main YouTube site.
معلومات أساسية عن التمديد
الاسم | YouTube Studio Favicon |
ID | mkafoonfjjnhnglfeiladhgnekbkggll |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-studio-favicon/mkafoonfjjnhnglfeiladhgnekbkggll |
الوصف | Gives YouTube Studio's favicon the Studio Mobile App's icon, different from the main YouTube site. |
حجم الملف | 25.87 KB |
عدد التثبيتات | 1,135 |
النسخة الحالية | 0.0.1.0 |
آخر تحديث | 2023-10-10 |
تاريخ النشر | 2022-12-20 |
تقييم | 3.00/5 مجموع تقييمات 4 |
المطور | https://damiendavisneff.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/DamienDavisNeff/YouTubeStudioFavicon/blob/main/README.md |
عنوان صفحة المساعدة | https://www.damiendavisneff.com/support |
عنوان صفحة سياسة الخصوصية | https://github.com/DamienDavisNeff/PrivacyPolicies |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Studio Favicon", "version": "0.0.1.0", "description": "Gives YouTube Studio's favicon the Studio Mobile App's icon, different from the main YouTube site.", "icons": { "128": "images\/icon.png", "48": "images\/icon_small.png" }, "content_scripts": [ { "js": [ "global.js", "siteChanges.js" ], "matches": [ "https:\/\/studio.youtube.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "images\/studio\/favicon.png" ], "matches": [ "https:\/\/studio.youtube.com\/*" ] } ] } |