YouTube Ad Placer

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

Hvad er YouTube Ad Placer?

YouTube Ad Placer er en Chrome-udvidelse udviklet af DashingPrune, og dens hovedfunktion er "Simple tool to automatically place ads on YouTube Studio! Input your video length and ad intervals and the tool will automatically…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download YouTube Ad Placer-udvidelses-CRX-fil

Download YouTube Ad Placer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn YouTube Ad Placer YouTube Ad Placer
ID aalnlajhmgemepmgjfdiplglbnlbandk
Officiel URL https://chromewebstore.google.com/detail/youtube-ad-placer/aalnlajhmgemepmgjfdiplglbnlbandk
Beskrivelse Simple tool to automatically place ads on YouTube Studio! Input your video length and ad intervals and the tool will automatically…
Filstørrelse 53.03 KB
Antal Installationer 326
Nuværende Version 1.0.1
Senest Opdateret 2024-02-21
Udgivelsesdato 2024-02-18
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler DashingPrune
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}