Tag Snag
Automatically snag all of your competitor's video tags on YouTube.
Что такое Tag Snag?
Tag Snag - это расширение Chrome, разработанное https://maxwellpepper.net, и его основная функция - "Automatically snag all of your competitor's video tags on YouTube.".
Снимки экрана расширения
Скачать файл CRX расширения Tag Snag
Скачайте файлы расширений 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"
}
} | |