Show YouTube Video Tags (Advanced)

See all the Tags of a YouTube video. The extension also shows the total amount of tags and calculates the top 3 most used keywords.

Show YouTube Video Tags (Advanced) क्या है?

Show YouTube Video Tags (Advanced) LenosTube द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See all the Tags of a YouTube video. The extension also shows the total amount of tags and calculates the top 3 most used keywords."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Show YouTube Video Tags (Advanced) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Behind YouTube success there is not just luck, promotion or content quality.

YouTube SEO plays also a role and, with this extension, you will see the secrets behind the most successful YouTube videos and channels.

Specifically, YouTube tags: the only metadata which is would not be otherwise visible, but which play an important role in YouTube ranking.

The extension will show you the tags used in every YouTube video, but it doesn't end there! It will also automatically calculate the top 3 most used keywords within all the tags.

Then, you can quickly copy them to eventually use them in your own video's tags.

And if your video content is not in english, no worries! We integrated a feature that allows you to enter any word that you want the "Top keywords" calculator to ignore. 

We hope this advanced YouTube Video Tags extension will help you to succeed!                    

एक्सटेंशन की मूल जानकारी

नाम Show YouTube Video Tags (Advanced) Show YouTube Video Tags (Advanced)
ID jlimlbghmhifobdaampfgllomdldpmeg
आधिकारिक URL https://chromewebstore.google.com/detail/show-youtube-video-tags-a/jlimlbghmhifobdaampfgllomdldpmeg
विवरण See all the Tags of a YouTube video. The extension also shows the total amount of tags and calculates the top 3 most used keywords.
फ़ाइल का आकार 106 KB
स्थापना संख्या 35
वर्तमान संस्करण 0.0.0.2
अंतिम अपडेट 2023-01-14
प्रकाशन तिथि 2023-01-09
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर LenosTube
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.lenostube.com/en/
सहायता पृष्ठ URL https://www.lenostube.com/en/support/
गोपनीयता नीति पृष्ठ URL https://www.lenostube.com/en/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show YouTube Video Tags (Advanced)",
    "version": "0.0.0.2",
    "description": "See all the Tags of a YouTube video. The extension also shows the total amount of tags and calculates the top 3 most used keywords.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "commands"
    ],
    "content_scripts": [
        {
            "js": [
                "lib\/jquery.js",
                "lib\/bootstrap.min.js",
                "inject.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/custom.css"
            ],
            "run_at": "document_idle",
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "toggle-extension": {
            "suggested_key": "Ctrl+X",
            "description": "Toggle extension"
        }
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "logo.png",
            "32": "logo.png",
            "48": "logo.png",
            "128": "logo.png"
        }
    },
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    }
}