Hide YouTube title

Renames a YouTube page's title to 'YouTube' when you click the icon

Wat is Hide YouTube title?

Hide YouTube title is een Chrome-extensie ontwikkeld door Martin Petersson, en de belangrijkste functie is "Renames a YouTube page's title to 'YouTube' when you click the icon".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Hide YouTube title

Download Hide YouTube title-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

                        Simple extension to hide the titles of YouTube videos in the tab.                    

Basisinformatie over de Extensie

Naam Hide YouTube title Hide YouTube title
ID lbhefhicendlbcjaokibgkdfafdblaeb
Officiële URL https://chromewebstore.google.com/detail/hide-youtube-title/lbhefhicendlbcjaokibgkdfafdblaeb
Beschrijving Renames a YouTube page's title to 'YouTube' when you click the icon
Bestandsgrootte 33.79 KB
Aantal Installaties 109
Huidige Versie 1.0.1.1
Laatst Bijgewerkt 2022-03-24
Publicatiedatum 2022-03-23
Ontwikkelaar Martin Petersson
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}