YouFilter – YouTube Research Tool - Crawler

InfluencerWork/YouFilter helps with researching YouTube keywords and channels. Export to CSV/Excel, Influencer Marketing

YouFilter – YouTube Research Tool - Crawler란 무엇입니까?

YouFilter – YouTube Research Tool - Crawler은(는) InfluencerWork에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "InfluencerWork/YouFilter helps with researching YouTube keywords and channels. Export to CSV/Excel, Influencer Marketing"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

YouFilter – YouTube Research Tool - Crawler 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        *** New Version 2.2.8 ***
Major update - allows you to quickly get YouTube channel Contact Email

InfluencerWork YouFilter is a marketing research tool that allows you to do advanced filtering and sorting of YouTube search results. This is the perfect tool for finding YouTube influencers, sorting search results by various columns such as position, title, Views, Likes, Channel, Subscribers count, published date, video keywords and more. 

InfluencerWork YouFilter simply adds a draggable table on the page and quickly categorizes all the data in a searchable and sortable table. You can also download youtube search result data into Excel and use it for your use case. 

Take a quick look at the Demo Video to see YouFilter in Action! 

We just launched YouFilter and it’s FREE to use, we just ask you to review it in Chrome Extension store and give us feedback and what additional features you’d like to see.                    

확장 프로그램 기본 정보

이름 YouFilter – YouTube Research Tool - Crawler YouFilter – YouTube Research Tool - Crawler
ID lnlanlnejphdbhplbgokklmgfbjphigi
공식 URL https://chromewebstore.google.com/detail/youfilter-%E2%80%93-youtube-resea/lnlanlnejphdbhplbgokklmgfbjphigi
설명 InfluencerWork/YouFilter helps with researching YouTube keywords and channels. Export to CSV/Excel, Influencer Marketing
파일 크기 430 KB
설치 횟수 2,152
현재 버전 2.2.10
최근 업데이트 2023-11-07
출시 날짜 2021-03-04
평점 3.83/5 총 29 개의 평점
개발자 InfluencerWork
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://influencerwork.com/
도움말 페이지 URL https://influencerwork.com/connect/ContactUs
개인정보 보호 정책 페이지 URL https://influencerwork.com/page/youfilter_privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouFilter \u2013 YouTube Research Tool - Crawler",
    "description": "InfluencerWork\/YouFilter helps with researching YouTube keywords and channels. Export to CSV\/Excel, Influencer Marketing",
    "version": "2.2.10",
    "homepage_url": "https:\/\/InfluencerWork.com",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popupIndex.html",
        "default_icon": "favicon.png",
        "default_title": "InfluencerWork YouFilter \u2013 YouTube Research Tool - Crawler \/ Influencer Marketing"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                ".\/content.js",
                ".\/jquery.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "index.html",
        "\/static\/*.css",
        "\/static\/*.js"
    ],
    "content_security_policy": "script-src 'self' 'sha256-oDF1y+sG6YoVnQzz4V34IQWujIpAfwyvN+p8jJsHxjU=' 'sha256-JyPDC+xIGSTSvRWQRNM4BpAMPeO5zN4CJ7FGx75+xTc=' ; object-src 'self'",
    "permissions": [
        "activeTab"
    ]
}