YouTube Tag Extractor
Displays all tags from YouTube video under the video header
YouTube Tag Extractor क्या है?
YouTube Tag Extractor https://craide.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays all tags from YouTube video under the video header"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube Tag Extractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | YouTube Tag Extractor |
ID | aekopehcjaaehlmmlcgjnlfpplfhjkom |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-tag-extractor/aekopehcjaaehlmmlcgjnlfpplfhjkom |
विवरण | Displays all tags from YouTube video under the video header |
फ़ाइल का आकार | 10.55 KB |
स्थापना संख्या | 4,000 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2022-11-23 |
प्रकाशन तिथि | 2022-02-18 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | https://craide.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://craide.com |
सहायता पृष्ठ URL | https://craide.userecho.com |
समर्थित भाषाएँ | 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" } } |