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 |
| Eメール | [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"
}
} | |