Hide YouTube title
Renames a YouTube page's title to 'YouTube' when you click the icon
Co to jest Hide YouTube title?
Hide YouTube title to rozszerzenie Chrome opracowane przez Martin Petersson, a jego główną funkcją jest „Renames a YouTube page's title to 'YouTube' when you click the icon”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hide YouTube title
Pobierz pliki rozszerzeń Hide YouTube title w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Simple extension to hide the titles of YouTube videos in the tab. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lbhefhicendlbcjaokibgkdfafdblaeb |
| Oficjalny URL | https://chromewebstore.google.com/detail/hide-youtube-title/lbhefhicendlbcjaokibgkdfafdblaeb |
| Opis | Renames a YouTube page's title to 'YouTube' when you click the icon |
| Rozmiar pliku | 33.79 KB |
| Liczba instalacji | 109 |
| Aktualna Wersja | 1.0.1.1 |
| Ostatnia Aktualizacja | 2022-03-24 |
| Data Publikacji | 2022-03-23 |
| Deweloper | Martin Petersson |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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\/*"
]
} | |