Anti YT Shorts
Redirects you to the original YouTube video player!
Что такое Anti YT Shorts?
Anti YT Shorts - это расширение Chrome, разработанное Happy Fone, и его основная функция - "Redirects you to the original YouTube video player!".
Снимки экрана расширения
Скачать файл CRX расширения Anti YT Shorts
Скачайте файлы расширений Anti YT Shorts в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Shorts play through the regular video player rather than the new YouTube Shorts video player. Основная информация о расширении
| Название | |
| ID | bofjknoigjmbficfpafehgldedfijcdd |
| Официальный URL | https://chromewebstore.google.com/detail/anti-yt-shorts/bofjknoigjmbficfpafehgldedfijcdd |
| Описание | Redirects you to the original YouTube video player! |
| Размер файла | 39.01 KB |
| Количество установок | 199 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2022-03-07 |
| Дата публикации | 2022-03-06 |
| Рейтинг | 4.50/5 Всего 2 оценок |
| Разработчик | Happy Fone |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Anti YT Shorts",
"version": "1.0",
"description": "Redirects you to the original YouTube video player!",
"icons": {
"128": "antishorts.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*",
"http:\/\/*.youtube.com\/*"
],
"js": [
"content-script.js"
]
}
]
} | |