Hide YouTube title
Renames a YouTube page's title to 'YouTube' when you click the icon
Hvad er Hide YouTube title?
Hide YouTube title er en Chrome-udvidelse udviklet af Martin Petersson, og dens hovedfunktion er "Renames a YouTube page's title to 'YouTube' when you click the icon".
Udvidelsesskærmbilleder
Download Hide YouTube title-udvidelses-CRX-fil
Download Hide YouTube title-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
Simple extension to hide the titles of YouTube videos in the tab. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lbhefhicendlbcjaokibgkdfafdblaeb |
| Officiel URL | https://chromewebstore.google.com/detail/hide-youtube-title/lbhefhicendlbcjaokibgkdfafdblaeb |
| Beskrivelse | Renames a YouTube page's title to 'YouTube' when you click the icon |
| Filstørrelse | 33.79 KB |
| Antal Installationer | 109 |
| Nuværende Version | 1.0.1.1 |
| Senest Opdateret | 2022-03-24 |
| Udgivelsesdato | 2022-03-23 |
| Udvikler | Martin Petersson |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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\/*"
]
} | |