Hide YouTube title
Renames a YouTube page's title to 'YouTube' when you click the icon
Was ist Hide YouTube title?
Hide YouTube title ist eine Chrome-Erweiterung, die von Martin Petersson entwickelt wurde, und ihr Hauptmerkmal ist "Renames a YouTube page's title to 'YouTube' when you click the icon".
Erweiterungsscreenshots
Hide YouTube title-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hide YouTube title-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Simple extension to hide the titles of YouTube videos in the tab. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lbhefhicendlbcjaokibgkdfafdblaeb |
| Offizielle URL | https://chromewebstore.google.com/detail/hide-youtube-title/lbhefhicendlbcjaokibgkdfafdblaeb |
| Beschreibung | Renames a YouTube page's title to 'YouTube' when you click the icon |
| Dateigröße | 33.79 KB |
| Installationsanzahl | 109 |
| Aktuelle Version | 1.0.1.1 |
| Letztes Update | 2022-03-24 |
| Veröffentlichungsdatum | 2022-03-23 |
| Entwickler | Martin Petersson |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hide YouTube title",
"action": [],
"manifest_version": 3,
"version": "1.0.1.1",
"description": "Renames a YouTube page's title to 'YouTube' when you click the icon",
"icons": {
"16": "icons\/peaches16x16.png",
"32": "icons\/peaches32x32.png",
"48": "icons\/peaches48x48.png",
"128": "icons\/peaches128x128.png"
},
"permissions": [
"scripting",
"tabs",
"storage"
],
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"https:\/\/www.youtube.com\/*",
"https:\/\/youtube.com\/*",
"https:\/\/youtu.be\/*"
]
} | |