Youtube Tags
Find tags of youtube video tags
Youtube Tags क्या है?
Youtube Tags https://www.thebyteseffect.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find tags of youtube video tags"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube Tags एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Youtube meta Tags are considered as an important factor in ranking of videos for a particular query. There are times where you need to find the tags of popular videos to analyse. Now you can view the tags of the YouTube video you are watching with this extension. The only thing you need to do is to install this extension, then go to the YouTube video and below the video player, you can find the tags of the video are shown in the screenshot.
एक्सटेंशन की मूल जानकारी
नाम | Youtube Tags |
ID | agbfjkmjmngmkfkioadpoeonohlcmiga |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-tags/agbfjkmjmngmkfkioadpoeonohlcmiga |
विवरण | Find tags of youtube video tags |
फ़ाइल का आकार | 43.96 KB |
स्थापना संख्या | 11,534 |
वर्तमान संस्करण | 2.1.5 |
अंतिम अपडेट | 2022-09-04 |
प्रकाशन तिथि | 2020-06-22 |
रेटिंग | 4.28/5 कुल 305 रेटिंग्स |
डेवलपर | https://www.thebyteseffect.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://thebyteseffect.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "name": "Youtube Tags", "description": "Find tags of youtube video tags", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1.5", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "name": "Find youtube video tags\/keywords for the video you are watching", "default_popup": "popup.html", "default_icon": { "16": "3.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.js", "contentScript.js" ], "run_at": "document_end" } ], "icons": { "16": "1.png", "48": "2.png", "128": "3.png" }, "web_accessible_resources": [ "*.png", "*.PNG", "youtubekeyword.js" ], "permissions": [ "*:\/\/*.youtube.com\/*" ], "manifest_version": 2 } |