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
官方網址 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"
    }
}