TubeSpy

Research tool for Youtube Marketers

TubeSpyとは何ですか?

TubeSpyはhttps://freedmtools.comによって開発されたChromeの拡張機能で、その主な機能は「Research tool for Youtube Marketers」です。

拡張機能のスクリーンショット

screenshot

TubeSpy拡張機能のCRXファイルをダウンロード

TubeSpy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 TubeSpy TubeSpy
ID neiniapfbeidannklahdacbbhlmkbndl
公式URL https://chromewebstore.google.com/detail/tubespy/neiniapfbeidannklahdacbbhlmkbndl
説明 Research tool for Youtube Marketers
ファイルサイズ 58.55 KB
インストール数 875
現在のバージョン 0.0.3
最終更新日 2021-11-02
公開日 2021-10-16
評価 4.43/5 合計 14 レビュー
開発者 https://freedmtools.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://freedmtools.com
ヘルプページのURL https://freedmtools.com/contact
プライバシーポリシーページのURL https://freedmtools.com/privacy-policy
対応言語 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"
    }
}