Tag Snag
Automatically snag all of your competitor's video tags on YouTube.
什么是Tag Snag?
Tag Snag是由https://maxwellpepper.net开发的Chrome扩展程序,该扩展的主要功能是“Automatically snag all of your competitor's video tags on YouTube.”。
扩展截图
下载Tag Snag扩展crx文件
下载Tag Snag扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is great for SEO, and will help you find popular relevant tags for your YouTube videos.
Features:
★ Single Mode - Navigate to a single YouTube video and grab all of the video tags.
★ Multiple Mode - Search a keyword on YouTube and grab all of the video tags for the top 10 videos.
★ Easily copy all of the tags to your clipboard and start implementing them into your own videos 扩展基本信息
| 名称 | |
| ID | coeijioaoodeangkmdaekhohdpflnekm |
| 官方URL | https://chromewebstore.google.com/detail/tag-snag/coeijioaoodeangkmdaekhohdpflnekm |
| 简介 | Automatically snag all of your competitor's video tags on YouTube. |
| 文件大小 | 12.99 KB |
| 安装次数 | 1,693 |
| 当前版本 | 3.0 |
| 更新时间 | 2023-03-02 |
| 上架时间 | 2019-09-28 |
| 评分 | 4.67/5 共6次评分 |
| 开发者 | https://maxwellpepper.net |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.maxwellpepper.net/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tag Snag",
"description": "Automatically snag all of your competitor's video tags on YouTube.",
"version": "3.0",
"manifest_version": 3,
"author": "Maxwell Pepper",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [
"tabs",
"scripting"
],
"host_permissions": [
"http:\/\/*\/",
"https:\/\/*\/"
],
"action": {
"default_popup": "pop.html"
}
} | |