Hide YouTube title
Renames a YouTube page's title to 'YouTube' when you click the icon
Что такое Hide YouTube title?
Hide YouTube title - это расширение Chrome, разработанное Martin Petersson, и его основная функция - "Renames a YouTube page's title to 'YouTube' when you click the icon".
Снимки экрана расширения
Скачать файл CRX расширения Hide YouTube title
Скачайте файлы расширений Hide YouTube title в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Simple extension to hide the titles of YouTube videos in the tab. Основная информация о расширении
| Название | |
| ID | lbhefhicendlbcjaokibgkdfafdblaeb |
| Официальный URL | https://chromewebstore.google.com/detail/hide-youtube-title/lbhefhicendlbcjaokibgkdfafdblaeb |
| Описание | Renames a YouTube page's title to 'YouTube' when you click the icon |
| Размер файла | 33.79 KB |
| Количество установок | 109 |
| Текущая Версия | 1.0.1.1 |
| Последнее Обновление | 2022-03-24 |
| Дата публикации | 2022-03-23 |
| Разработчик | Martin Petersson |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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\/*"
]
} | |