YouTube Ad Placer

Simple tool to automatically place ads on YouTube Studio! Input your video length and ad intervals and the tool will automatically…

Что такое YouTube Ad Placer?

YouTube Ad Placer - это расширение Chrome, разработанное DashingPrune, и его основная функция - "Simple tool to automatically place ads on YouTube Studio! Input your video length and ad intervals and the tool will automatically…".

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

screenshot
screenshot

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

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

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

                        Simple tool to automatically place ads on YouTube Studio!

Input your video length and ad intervals and the tool will automatically place all your ads on YouTube studio!                    

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

Название YouTube Ad Placer YouTube Ad Placer
ID aalnlajhmgemepmgjfdiplglbnlbandk
Официальный URL https://chromewebstore.google.com/detail/youtube-ad-placer/aalnlajhmgemepmgjfdiplglbnlbandk
Описание Simple tool to automatically place ads on YouTube Studio! Input your video length and ad intervals and the tool will automatically…
Размер файла 53.03 KB
Количество установок 326
Текущая Версия 1.0.1
Последнее Обновление 2024-02-21
Дата публикации 2024-02-18
Рейтинг 5.00/5 Всего 4 оценок
Разработчик DashingPrune
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Ad Placer",
    "icons": {
        "32": "icon32.png"
    },
    "version": "1.0.1",
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/studio.youtube.com\/*",
        "https:\/\/studio.youtube.com\/*"
    ]
}