Hide YouTube title
Renames a YouTube page's title to 'YouTube' when you click the icon
什么是Hide YouTube title?
Hide YouTube title是由Martin Petersson开发的Chrome扩展程序,该扩展的主要功能是“Renames a YouTube page's title to 'YouTube' when you click the icon”。
扩展截图
下载Hide YouTube title扩展crx文件
下载Hide YouTube title扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Simple extension to hide the titles of YouTube videos in the tab.                     扩展基本信息
| 名称 |   |  
| ID | lbhefhicendlbcjaokibgkdfafdblaeb | 
| 官方URL | https://chromewebstore.google.com/detail/hide-youtube-title/lbhefhicendlbcjaokibgkdfafdblaeb | 
| 简介 | Renames a YouTube page's title to 'YouTube' when you click the icon | 
| 文件大小 | 33.79 KB | 
| 安装次数 | 109 | 
| 当前版本 | 1.0.1.1 | 
| 更新时间 | 2022-03-24 | 
| 上架时间 | 2022-03-23 | 
| 开发者 | Martin Petersson | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide YouTube title",
    "action": [],
    "manifest_version": 3,
    "version": "1.0.1.1",
    "description": "Renames a YouTube page's title to 'YouTube' when you click the icon",
    "icons": {
        "16": "icons\/peaches16x16.png",
        "32": "icons\/peaches32x32.png",
        "48": "icons\/peaches48x48.png",
        "128": "icons\/peaches128x128.png"
    },
    "permissions": [
        "scripting",
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/youtube.com\/*",
        "https:\/\/youtu.be\/*"
    ]
}  |  |