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はDashingPruneによって開発されたChromeの拡張機能で、その主な機能は「Simple tool to automatically place ads on YouTube Studio! Input your video length and ad intervals and the tool will automatically…」です。
拡張機能のスクリーンショット
YouTube Ad Placer拡張機能のCRXファイルをダウンロード
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! 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
} | |