Music Only for Youtube
Keep only the music of Youtube: hides all videos, all images, yeah!
Что такое Music Only for Youtube?
Music Only for Youtube - это расширение Chrome, разработанное HamsterApps, и его основная функция - "Keep only the music of Youtube: hides all videos, all images, yeah!".
Снимки экрана расширения
Скачать файл CRX расширения Music Only for Youtube
Скачайте файлы расширений Music Only for Youtube в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A must-have for WORK!
Hide the videos and keep only the sound of Youtube! Основная информация о расширении
| Название | |
| ID | mcaikbdablblhjhgpnbknbkbegogbhlm |
| Официальный URL | https://chromewebstore.google.com/detail/music-only-for-youtube/mcaikbdablblhjhgpnbknbkbegogbhlm |
| Описание | Keep only the music of Youtube: hides all videos, all images, yeah! |
| Размер файла | 85.09 KB |
| Количество установок | 2,430 |
| Текущая Версия | 0.2 |
| Последнее Обновление | 2022-07-19 |
| Дата публикации | 2022-07-18 |
| Рейтинг | 4.05/5 Всего 20 оценок |
| Разработчик | HamsterApps |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Rapha\u00ebl L\u00e9ger",
"browser_action": {
"default_icon": "icon-on.png"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"content_scripts": [
{
"js": [
"js\/script.js"
],
"matches": [
"http:\/\/www.youtube.com\/*",
"https:\/\/www.youtube.com\/*"
]
}
],
"description": "Keep only the music of Youtube: hides all videos, all images, yeah!",
"icons": {
"128": "icon.png",
"16": "icon.png",
"48": "icon.png"
},
"manifest_version": 2,
"name": "Music Only for Youtube",
"permissions": [
"activeTab"
],
"version": "0.2",
"web_accessible_resources": [
"js\/script.js"
]
} | |