YouTube Ad Placer

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

Apa itu YouTube Ad Placer?

YouTube Ad Placer adalah ekstensi Chrome yang dikembangkan oleh DashingPrune, dan fitur utamanya adalah "Simple tool to automatically place ads on YouTube Studio! Input your video length and ad intervals and the tool will automatically…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi YouTube Ad Placer

Unduh file ekstensi YouTube Ad Placer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama YouTube Ad Placer YouTube Ad Placer
ID aalnlajhmgemepmgjfdiplglbnlbandk
URL Resmi https://chromewebstore.google.com/detail/youtube-ad-placer/aalnlajhmgemepmgjfdiplglbnlbandk
Deskripsi Simple tool to automatically place ads on YouTube Studio! Input your video length and ad intervals and the tool will automatically…
Ukuran File 53.03 KB
Jumlah Instalasi 326
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2024-02-21
Tanggal Publikasi 2024-02-18
Penilaian 5.00/5 Total 4 Penilaian
Pengembang DashingPrune
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}