YouTube Ad Placer

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

Was ist YouTube Ad Placer?

YouTube Ad Placer ist eine Chrome-Erweiterung, die von DashingPrune entwickelt wurde, und ihr Hauptmerkmal ist "Simple tool to automatically place ads on YouTube Studio! Input your video length and ad intervals and the tool will automatically…".

Erweiterungsscreenshots

screenshot
screenshot

YouTube Ad Placer-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Ad Placer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name YouTube Ad Placer YouTube Ad Placer
ID aalnlajhmgemepmgjfdiplglbnlbandk
Offizielle URL https://chromewebstore.google.com/detail/youtube-ad-placer/aalnlajhmgemepmgjfdiplglbnlbandk
Beschreibung Simple tool to automatically place ads on YouTube Studio! Input your video length and ad intervals and the tool will automatically…
Dateigröße 53.03 KB
Installationsanzahl 326
Aktuelle Version 1.0.1
Letztes Update 2024-02-21
Veröffentlichungsdatum 2024-02-18
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler DashingPrune
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}