YouTube Studio Favicon
Gives YouTube Studio's favicon the Studio Mobile App's icon, different from the main YouTube site.
Wat is YouTube Studio Favicon?
YouTube Studio Favicon is een Chrome-extensie ontwikkeld door https://damiendavisneff.com, en de belangrijkste functie is "Gives YouTube Studio's favicon the Studio Mobile App's icon, different from the main YouTube site.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Studio Favicon
Download YouTube Studio Favicon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Gives YouTube Studio a separate favicon, which is the Studio's Mobile App icon, to differentiate it from the main YouTube site. Basisinformatie over de Extensie
| Naam | |
| ID | mkafoonfjjnhnglfeiladhgnekbkggll |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-studio-favicon/mkafoonfjjnhnglfeiladhgnekbkggll |
| Beschrijving | Gives YouTube Studio's favicon the Studio Mobile App's icon, different from the main YouTube site. |
| Bestandsgrootte | 25.87 KB |
| Aantal Installaties | 1,135 |
| Huidige Versie | 0.0.1.0 |
| Laatst Bijgewerkt | 2023-10-10 |
| Publicatiedatum | 2022-12-20 |
| Beoordeling | 3.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://damiendavisneff.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/DamienDavisNeff/YouTubeStudioFavicon/blob/main/README.md |
| Help Pagina-URL | https://www.damiendavisneff.com/support |
| URL van de Privacybeleid Pagina | https://github.com/DamienDavisNeff/PrivacyPolicies |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |