YouTube Ad Placer

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

¿Qué es YouTube Ad Placer?

YouTube Ad Placer es una extensión de Chrome desarrollada por DashingPrune, y su función principal es "Simple tool to automatically place ads on YouTube Studio! Input your video length and ad intervals and the tool will automatically…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión YouTube Ad Placer

Descarga archivos de extensión YouTube Ad Placer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre YouTube Ad Placer YouTube Ad Placer
ID aalnlajhmgemepmgjfdiplglbnlbandk
URL Oficial https://chromewebstore.google.com/detail/youtube-ad-placer/aalnlajhmgemepmgjfdiplglbnlbandk
Descripción Simple tool to automatically place ads on YouTube Studio! Input your video length and ad intervals and the tool will automatically…
Tamaño del Archivo 53.03 KB
Cantidad de Instalaciones 326
Versión Actual 1.0.1
Última Actualización 2024-02-21
Fecha de Publicación 2024-02-18
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador DashingPrune
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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\/*"
    ]
}