YouTube Ad Placer

YouTube Ad Placer

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

Merlin
Additional files are visible only to premium users

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/*"
  ]
}