Tag Snag
Automatically snag all of your competitor's video tags on YouTube.
Vad är Tag Snag?
Tag Snag är en Chrome-tillägg utvecklad av https://maxwellpepper.net, och dess huvudfunktion är "Automatically snag all of your competitor's video tags on YouTube.".
Tilläggsskärmbilder
Ladda ner Tag Snag-förlängningens CRX-fil
Ladda ner Tag Snag-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | coeijioaoodeangkmdaekhohdpflnekm |
| Officiell webbadress | https://chromewebstore.google.com/detail/tag-snag/coeijioaoodeangkmdaekhohdpflnekm |
| Beskrivning | Automatically snag all of your competitor's video tags on YouTube. |
| Filstorlek | 12.99 KB |
| Antal Installationer | 1,693 |
| Aktuell Version | 3.0 |
| Senast Uppdaterad | 2023-03-02 |
| Publiceringsdatum | 2019-09-28 |
| Betyg | 4.67/5 Totalt 6 Betyg |
| Utvecklare | https://maxwellpepper.net |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.maxwellpepper.net/privacy |
| Stödda Språk | 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"
}
} | |