Youtube Tags

Find tags of youtube video tags

Qu'est-ce que Youtube Tags ?

Youtube Tags est une extension Chrome développée par https://www.thebyteseffect.com, et sa fonction principale est "Find tags of youtube video tags".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Youtube Tags

Téléchargez les fichiers d'extension Youtube Tags 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

                        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.                    

Informations de Base sur l'Extension

Nom Youtube Tags Youtube Tags
ID agbfjkmjmngmkfkioadpoeonohlcmiga
URL Officiel https://chromewebstore.google.com/detail/youtube-tags/agbfjkmjmngmkfkioadpoeonohlcmiga
Description Find tags of youtube video tags
Taille du Fichier 43.96 KB
Nombre d'Installations 11,534
Version Actuelle 2.1.5
Dernière Mise à Jour 2022-09-04
Date de Publication 2020-06-22
Évaluation 4.28/5 Total 305 Évaluations
Développeur https://www.thebyteseffect.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://thebyteseffect.com
Langues Prises en Charge 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
}