SwipeTube
Pull video information from youtube
SwipeTubeคืออะไร?
SwipeTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://swipetube.io และคุณลักษณะหลักของมันคือ "Pull video information from youtube"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SwipeTube
ดาวน์โหลดไฟล์ส่วนขยาย SwipeTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Want to see what ads are working on YouTube, right now? Swipetube.io is a simple chrome plugin that allows you to: * Capture (with one click) any YouTube ad you see * Add it to your personal library of YouTube ads that our software automatically tracks perfomrance on each day. Track and "Spy" on your competitors' YouTube ads. Structure your ads based on what’s already working in your market right now. See: * Estimated daily adspend for each ad * Historic estimated adspend since upload date * Ad landing pages The basic swipetube.io plugin is free to download and use for tracking your own library of YouTube ads. With full swipetube.io access you can also search & discover similar ads in our continuously updated library of thousands of unlisted active YouTube ads (and their landing pages). Download the free swipetube.io Chrome plugin and start building your YouTube ad library today. Go to vidtao.com to access the full, free YouTube ad library with hundreds of thousands of live YouTube ads tracked daily. Find your competitors’ best ads, search for new ones, and much more.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SwipeTube |
ID | oiaanpcpjdkokcelebambjfjfongdebi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/swipetube/oiaanpcpjdkokcelebambjfjfongdebi |
คำอธิบาย | Pull video information from youtube |
ขนาดไฟล์ | 411 KB |
จำนวนการติดตั้ง | 6,429 |
เวอร์ชันปัจจุบัน | 0.0.17 |
อัปเดตครั้งล่าสุด | 2023-12-07 |
วันที่เผยแพร่ | 2020-02-05 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://swipetube.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://app.vidtao.com |
URL หน้านโยบายความเป็นส่วนตัว | https://app.vidtao.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SwipeTube", "version": "0.0.17", "description": "Pull video information from youtube", "host_permissions": [ "https:\/\/*.youtube.com\/*" ], "permissions": [ "activeTab", "declarativeContent", "webNavigation", "storage", "scripting" ], "background": { "service_worker": "background.js" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/watch*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html", "default_title": "SwipeTube", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 3 } |