YouTube Studio Favicon
Gives YouTube Studio's favicon the Studio Mobile App's icon, different from the main YouTube site.
Hvad er YouTube Studio Favicon?
YouTube Studio Favicon er en Chrome-udvidelse udviklet af https://damiendavisneff.com, og dens hovedfunktion er "Gives YouTube Studio's favicon the Studio Mobile App's icon, different from the main YouTube site.".
Udvidelsesskærmbilleder
Download YouTube Studio Favicon-udvidelses-CRX-fil
Download YouTube Studio Favicon-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Gives YouTube Studio a separate favicon, which is the Studio's Mobile App icon, to differentiate it from the main YouTube site. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mkafoonfjjnhnglfeiladhgnekbkggll |
| Officiel URL | https://chromewebstore.google.com/detail/youtube-studio-favicon/mkafoonfjjnhnglfeiladhgnekbkggll |
| Beskrivelse | Gives YouTube Studio's favicon the Studio Mobile App's icon, different from the main YouTube site. |
| Filstørrelse | 25.87 KB |
| Antal Installationer | 1,135 |
| Nuværende Version | 0.0.1.0 |
| Senest Opdateret | 2023-10-10 |
| Udgivelsesdato | 2022-12-20 |
| Bedømmelse | 3.00/5 Samlet 4 Bedømmelser |
| Udvikler | https://damiendavisneff.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/DamienDavisNeff/YouTubeStudioFavicon/blob/main/README.md |
| Hjælpeside-URL | https://www.damiendavisneff.com/support |
| URL til Fortrolighedspolitik Side | https://github.com/DamienDavisNeff/PrivacyPolicies |
| Understøttede Sprog | 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\/*"
]
}
]
} | |