YouTube Tag Extractor
Displays all tags from YouTube video under the video header
What is YouTube Tag Extractor?
YouTube Tag Extractor is a Chrome extension developed by https://craide.com, and its main feature is "Displays all tags from YouTube video under the video header".
Extension Screenshots
Download YouTube Tag Extractor Extension CRX File
Download YouTube Tag Extractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | YouTube Tag Extractor |
ID | aekopehcjaaehlmmlcgjnlfpplfhjkom |
Official URL | https://chromewebstore.google.com/detail/youtube-tag-extractor/aekopehcjaaehlmmlcgjnlfpplfhjkom |
Description | Displays all tags from YouTube video under the video header |
File Size | 10.55 KB |
Installation Count | 4,000 |
Current Version | 1.0.2 |
Last Updated | 2022-11-23 |
Publish Date | 2022-02-18 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://craide.com |
[email protected] | |
Payment Type | free |
Extension Website | https://craide.com |
Help Page URL | https://craide.userecho.com |
Supported Languages | 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" } } |