YouTube Tag Extractor
Displays all tags from YouTube video under the video header
Qu'est-ce que YouTube Tag Extractor ?
YouTube Tag Extractor est une extension Chrome développée par https://craide.com, et sa fonction principale est "Displays all tags from YouTube video under the video header".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Tag Extractor
Téléchargez les fichiers d'extension YouTube Tag Extractor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | YouTube Tag Extractor |
ID | aekopehcjaaehlmmlcgjnlfpplfhjkom |
URL Officiel | https://chromewebstore.google.com/detail/youtube-tag-extractor/aekopehcjaaehlmmlcgjnlfpplfhjkom |
Description | Displays all tags from YouTube video under the video header |
Taille du Fichier | 10.55 KB |
Nombre d'Installations | 4,000 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2022-11-23 |
Date de Publication | 2022-02-18 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://craide.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://craide.com |
URL de la Page d'Aide | https://craide.userecho.com |
Langues Prises en Charge | 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" } } |