SwipeTube

Pull video information from youtube

SwipeTube란 무엇입니까?

SwipeTube은(는) https://swipetube.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pull video information from youtube"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

SwipeTube 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
}