YouTube Tags

The extension to view the tags of any YouTube video

什么是YouTube Tags?

YouTube Tags是由Ali Gasymov开发的Chrome扩展程序,该扩展的主要功能是“The extension to view the tags of any YouTube video”。

扩展截图

screenshot
screenshot

下载YouTube Tags扩展crx文件

下载YouTube Tags扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Browse the tags of any YouTube video with the YouTube Tags. Use your browser as before, because the extension for viewing tags from YouTube video does not affect its performance.

Note: don't forget to reload the YouTube page after installing the extension.                    

扩展基本信息

名称 YouTube Tags YouTube Tags
ID fffiogeaioiinfekkflcfebaoiohkkgp
官方URL https://chromewebstore.google.com/detail/youtube-tags/fffiogeaioiinfekkflcfebaoiohkkgp
简介 The extension to view the tags of any YouTube video
文件大小 58.69 KB
安装次数 79,276
当前版本 7.0.3
更新时间 2023-10-09
上架时间 2020-06-21
评分 4.58/5 共158次评分
开发者 Ali Gasymov
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.gasymov.com/privacy-policy/youtube-tags
支持的语言 de,en,en-GB,en-US,fr,es,pt-BR,pt-PT,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "7.0.3",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png"
    },
    "author": "alik0211",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}