TubeSpy

Research tool for Youtube Marketers

Qu'est-ce que TubeSpy ?

TubeSpy est une extension Chrome développée par https://freedmtools.com, et sa fonction principale est "Research tool for Youtube Marketers".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TubeSpy

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

                        TubeSpy is a very simple and straightforward app to find the tags or the keywords every YouTube video is using.

The app is very easy to use! Just follow these few steps:
Step 1: Download and install the TubeSpy chrome extension.
Step 2: Open the YouTube video you want to analyze.
Step 3: Scroll down and just below the description, you will see a list of keywords/tags content creator is using. 

* You don't have to do anything else! TubeSpy automatically shows all the keywords or tags under the video description.
* The best part is app is 100% free and all the upcoming features will be free forever.


Note:  If the video creator did not use any keywords/tags, the tag section will remain empty.                    

Informations de Base sur l'Extension

Nom TubeSpy TubeSpy
ID neiniapfbeidannklahdacbbhlmkbndl
URL Officiel https://chromewebstore.google.com/detail/tubespy/neiniapfbeidannklahdacbbhlmkbndl
Description Research tool for Youtube Marketers
Taille du Fichier 58.55 KB
Nombre d'Installations 875
Version Actuelle 0.0.3
Dernière Mise à Jour 2021-11-02
Date de Publication 2021-10-16
Évaluation 4.43/5 Total 14 Évaluations
Développeur https://freedmtools.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://freedmtools.com
URL de la Page d'Aide https://freedmtools.com/contact
URL de la Page de Politique de Confidentialité https://freedmtools.com/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TubeSpy",
    "version": "0.0.3",
    "description": "Research tool for Youtube Marketers",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "interceptor.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content-script-youtube.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}