YouTube Studio Favicon
Gives YouTube Studio's favicon the Studio Mobile App's icon, different from the main YouTube site.
YouTube Studio Favicon là gì?
YouTube Studio Favicon là một tiện ích mở rộng Chrome được phát triển bởi https://damiendavisneff.com, và tính năng chính của nó là "Gives YouTube Studio's favicon the Studio Mobile App's icon, different from the main YouTube site.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng YouTube Studio Favicon
Tải xuống các tệp mở rộng YouTube Studio Favicon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Gives YouTube Studio a separate favicon, which is the Studio's Mobile App icon, to differentiate it from the main YouTube site.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YouTube Studio Favicon |
ID | mkafoonfjjnhnglfeiladhgnekbkggll |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-studio-favicon/mkafoonfjjnhnglfeiladhgnekbkggll |
Mô tả | Gives YouTube Studio's favicon the Studio Mobile App's icon, different from the main YouTube site. |
Kích Thước Tệp | 25.87 KB |
Số Lần Cài Đặt | 1,135 |
Phiên Bản Hiện Tại | 0.0.1.0 |
Cập Nhật Lần Cuối | 2023-10-10 |
Ngày Phát Hành | 2022-12-20 |
Đánh Giá | 3.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://damiendavisneff.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/DamienDavisNeff/YouTubeStudioFavicon/blob/main/README.md |
URL Trang Trợ Giúp | https://www.damiendavisneff.com/support |
URL Trang Chính Sách Bảo Mật | https://github.com/DamienDavisNeff/PrivacyPolicies |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |