Youtube Tags

Find tags of youtube video tags

Youtube Tagsとは何ですか?

Youtube Tagsはhttps://www.thebyteseffect.comによって開発されたChromeの拡張機能で、その主な機能は「Find tags of youtube video tags」です。

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

screenshot

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

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

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Youtube Tags Youtube Tags
ID agbfjkmjmngmkfkioadpoeonohlcmiga
公式URL https://chromewebstore.google.com/detail/youtube-tags/agbfjkmjmngmkfkioadpoeonohlcmiga
説明 Find tags of youtube video tags
ファイルサイズ 43.96 KB
インストール数 11,534
現在のバージョン 2.1.5
最終更新日 2022-09-04
公開日 2020-06-22
評価 4.28/5 合計 305 レビュー
開発者 https://www.thebyteseffect.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://thebyteseffect.com
対応言語 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
}