TubeSpy
Research tool for Youtube Marketers
TubeSpy란 무엇입니까?
TubeSpy은(는) https://freedmtools.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Research tool for Youtube Marketers"입니다.
확장 프로그램 스크린샷
TubeSpy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
TubeSpy is a very simple and straightforward app to find the tags or the keywords every YouTube video is using. The app is very easy to use! Just follow these few steps: Step 1: Download and install the TubeSpy chrome extension. Step 2: Open the YouTube video you want to analyze. Step 3: Scroll down and just below the description, you will see a list of keywords/tags content creator is using. * You don't have to do anything else! TubeSpy automatically shows all the keywords or tags under the video description. * The best part is app is 100% free and all the upcoming features will be free forever. Note: If the video creator did not use any keywords/tags, the tag section will remain empty.
확장 프로그램 기본 정보
이름 | TubeSpy |
ID | neiniapfbeidannklahdacbbhlmkbndl |
공식 URL | https://chromewebstore.google.com/detail/tubespy/neiniapfbeidannklahdacbbhlmkbndl |
설명 | Research tool for Youtube Marketers |
파일 크기 | 58.55 KB |
설치 횟수 | 875 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2021-11-02 |
출시 날짜 | 2021-10-16 |
평점 | 4.43/5 총 14 개의 평점 |
개발자 | https://freedmtools.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://freedmtools.com |
도움말 페이지 URL | https://freedmtools.com/contact |
개인정보 보호 정책 페이지 URL | https://freedmtools.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TubeSpy", "version": "0.0.3", "description": "Research tool for Youtube Marketers", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "cookies" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "web_accessible_resources": [ { "resources": [ "interceptor.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content-script-youtube.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" } } |