TubeSpy
Research tool for Youtube Marketers
什么是TubeSpy?
TubeSpy是由https://freedmtools.com开发的Chrome扩展程序,该扩展的主要功能是“Research tool for Youtube Marketers”。
扩展截图
下载TubeSpy扩展crx文件
下载TubeSpy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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"
}
} | |