YouTube Ad Placer

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

YouTube Ad Placerคืออะไร?

YouTube Ad Placer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DashingPrune และคุณลักษณะหลักของมันคือ "Simple tool to automatically place ads on YouTube Studio! Input your video length and ad intervals and the tool will automatically…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Ad Placer

ดาวน์โหลดไฟล์ส่วนขยาย YouTube Ad Placer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YouTube Ad Placer YouTube Ad Placer
ID aalnlajhmgemepmgjfdiplglbnlbandk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-ad-placer/aalnlajhmgemepmgjfdiplglbnlbandk
คำอธิบาย Simple tool to automatically place ads on YouTube Studio! Input your video length and ad intervals and the tool will automatically…
ขนาดไฟล์ 53.03 KB
จำนวนการติดตั้ง 326
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2024-02-18
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา DashingPrune
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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\/*"
    ]
}