YouTube Studio Favicon
Gives YouTube Studio's favicon the Studio Mobile App's icon, different from the main YouTube site.
Co to jest YouTube Studio Favicon?
YouTube Studio Favicon to rozszerzenie Chrome opracowane przez https://damiendavisneff.com, a jego główną funkcją jest „Gives YouTube Studio's favicon the Studio Mobile App's icon, different from the main YouTube site.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube Studio Favicon
Pobierz pliki rozszerzeń YouTube Studio Favicon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Gives YouTube Studio a separate favicon, which is the Studio's Mobile App icon, to differentiate it from the main YouTube site.
Podstawowe informacje o rozszerzeniu
Nazwa | YouTube Studio Favicon |
ID | mkafoonfjjnhnglfeiladhgnekbkggll |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-studio-favicon/mkafoonfjjnhnglfeiladhgnekbkggll |
Opis | Gives YouTube Studio's favicon the Studio Mobile App's icon, different from the main YouTube site. |
Rozmiar pliku | 25.87 KB |
Liczba instalacji | 1,135 |
Aktualna Wersja | 0.0.1.0 |
Ostatnia Aktualizacja | 2023-10-10 |
Data Publikacji | 2022-12-20 |
Ocena | 3.00/5 Łącznie 4 Oceny |
Deweloper | https://damiendavisneff.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/DamienDavisNeff/YouTubeStudioFavicon/blob/main/README.md |
Adres URL Strony Pomocy | https://www.damiendavisneff.com/support |
Adres URL Strony Polityki Prywatności | https://github.com/DamienDavisNeff/PrivacyPolicies |
Obsługiwane Języki | 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\/*" ] } ] } |