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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | https://www.damiendavisneff.com/support |
URL หน้านโยบายความเป็นส่วนตัว | 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\/*" ] } ] } |