Move Youtube comments to sidebar
Make the YouTube comments section visible from the sidebar
Что такое Move Youtube comments to sidebar?
Move Youtube comments to sidebar - это расширение Chrome, разработанное yakisova41, и его основная функция - "Make the YouTube comments section visible from the sidebar".
Снимки экрана расширения
Скачать файл CRX расширения Move Youtube comments to sidebar
Скачайте файлы расширений Move Youtube comments to sidebar в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Enable to switch position of YouTube comment section between sidebar and standard position Основная информация о расширении
| Название | |
| ID | hnapbpaieifipkfhlfplmgmacjegjhmh |
| Официальный URL | https://chromewebstore.google.com/detail/move-youtube-comments-to/hnapbpaieifipkfhlfplmgmacjegjhmh |
| Описание | Make the YouTube comments section visible from the sidebar |
| Размер файла | 10.4 KB |
| Количество установок | 79 |
| Текущая Версия | 1.0.1 |
| Последнее Обновление | 2023-04-02 |
| Дата публикации | 2023-01-21 |
| Рейтинг | 2.50/5 Всего 2 оценок |
| Разработчик | yakisova41 |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_Name__",
"short_name": "mycs",
"version": "1.0.1",
"manifest_version": 3,
"description": "__MSG_Description__",
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"contentScript.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"embed.js"
],
"matches": [
"https:\/\/www.youtube.com\/*"
]
}
],
"default_locale": "en",
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
}
} | |