YouTube Tag Extractor
Displays all tags from YouTube video under the video header
Wat is YouTube Tag Extractor?
YouTube Tag Extractor is een Chrome-extensie ontwikkeld door https://craide.com, en de belangrijkste functie is "Displays all tags from YouTube video under the video header".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Tag Extractor
Download YouTube Tag Extractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The YouTube Tag Extractor extension is a handy way of extracting and revealing meta tags associated with any public video. Extracting YouTube Tags can be very insightful to understand how competitor videos and other high-performing videos are using these tags to boost their performance.
YouTube tags are the hidden meta tags associated with videos on YouTube. Basisinformatie over de Extensie
| Naam | |
| ID | aekopehcjaaehlmmlcgjnlfpplfhjkom |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-tag-extractor/aekopehcjaaehlmmlcgjnlfpplfhjkom |
| Beschrijving | Displays all tags from YouTube video under the video header |
| Bestandsgrootte | 10.55 KB |
| Aantal Installaties | 4,000 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2022-11-23 |
| Publicatiedatum | 2022-02-18 |
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | https://craide.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://craide.com |
| Help Pagina-URL | https://craide.userecho.com |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube Tag Extractor",
"action": [],
"manifest_version": 3,
"version": "1.0.2",
"description": "Displays all tags from YouTube video under the video header",
"author": "STAMUL, LLC",
"permissions": [],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"css": [
"styles.css"
],
"js": [
"content-script.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"inject.js"
],
"matches": [
"https:\/\/www.youtube.com\/*"
]
}
],
"icons": {
"16": "icons\/icon-16x16.png",
"48": "icons\/icon-48x48.png",
"128": "icons\/icon-128x128.png"
}
} | |