Promote YouTube videos

Promote videos in a selected playlist on YouTube. Together we can fight bots

Что такое Promote YouTube videos?

Promote YouTube videos - это расширение Chrome, разработанное hattifnatt4r, и его основная функция - "Promote videos in a selected playlist on YouTube. Together we can fight bots".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Promote YouTube videos

Скачайте файлы расширений Promote YouTube videos в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The extension helps to promote videos in a selected playlist. It will open the playlist in multiple tabs and loop through videos.

If used collectively, it can help to fight internet bots and promote videos that are valuable for the community.                    

Основная информация о расширении

Название Promote YouTube videos Promote YouTube videos
ID imhjfmnknoeepdohjdohpmggjhkjfpig
Официальный URL https://chromewebstore.google.com/detail/promote-youtube-videos/imhjfmnknoeepdohjdohpmggjhkjfpig
Описание Promote videos in a selected playlist on YouTube. Together we can fight bots
Размер файла 343 KB
Количество установок 1,000
Текущая Версия 1.04
Последнее Обновление 2022-03-28
Дата публикации 2022-03-15
Рейтинг 4.00/5 Всего 3 оценок
Разработчик hattifnatt4r
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://hattifn4ttar.github.io/supportfreemedia/
URL страницы помощи https://github.com/hattifn4ttar/youtube_promoteplaylist
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Promote YouTube videos",
    "description": "Promote videos in a selected playlist on YouTube. Together we can fight bots",
    "version": "1.04",
    "manifest_version": 3,
    "icons": {
        "128": "\/images\/youtube128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "action": {
        "default_title": "Start playing",
        "default_popup": "popup.html"
    }
}