TubeSpy

Research tool for Youtube Marketers

Cos'è TubeSpy?

TubeSpy è un'estensione di Chrome sviluppata da https://freedmtools.com, e la sua funzione principale è "Research tool for Youtube Marketers".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TubeSpy

Scarica i file di estensione TubeSpy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TubeSpy TubeSpy
ID neiniapfbeidannklahdacbbhlmkbndl
URL Ufficiale https://chromewebstore.google.com/detail/tubespy/neiniapfbeidannklahdacbbhlmkbndl
Descrizione Research tool for Youtube Marketers
Dimensione del File 58.55 KB
Conteggio Installazioni 875
Versione Corrente 0.0.3
Ultimo Aggiornamento 2021-11-02
Data di Pubblicazione 2021-10-16
Valutazione 4.43/5 Totale 14 Valutazioni
Sviluppatore https://freedmtools.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://freedmtools.com
URL della Pagina di Aiuto https://freedmtools.com/contact
URL della Pagina della Politica sulla Privacy https://freedmtools.com/privacy-policy
Lingue Supportate 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"
    }
}