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 |
| 官方網址 | 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"
}
} | |