YouTube Ad Placer
Simple tool to automatically place ads on YouTube Studio! Input your video length and ad intervals and the tool will automatically…
What is YouTube Ad Placer?
YouTube Ad Placer is a Chrome extension developed by DashingPrune, and its main feature is "Simple tool to automatically place ads on YouTube Studio! Input your video length and ad intervals and the tool will automatically…".
Extension Screenshots
Download YouTube Ad Placer Extension CRX File
Download YouTube Ad Placer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | YouTube Ad Placer |
ID | aalnlajhmgemepmgjfdiplglbnlbandk |
Official URL | https://chromewebstore.google.com/detail/youtube-ad-placer/aalnlajhmgemepmgjfdiplglbnlbandk |
Description | Simple tool to automatically place ads on YouTube Studio! Input your video length and ad intervals and the tool will automatically… |
File Size | 53.03 KB |
Installation Count | 326 |
Current Version | 1.0.1 |
Last Updated | 2024-02-21 |
Publish Date | 2024-02-18 |
Rating | 5.00/5 Total 4 Ratings |
Developer | DashingPrune |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |