YouTube Channel ID
Displays the ID of YouTube channels
什么是YouTube Channel ID?
YouTube Channel ID是由hanjisu2215g开发的Chrome扩展程序,该扩展的主要功能是“Displays the ID of YouTube channels”。
扩展截图
下载YouTube Channel ID扩展crx文件
下载YouTube Channel ID扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Displays the ID of YouTube channels Click the label to copy the ID in your clipboard
扩展基本信息
名称 | YouTube Channel ID |
ID | ioajbodddhbeaephmkpkdpfoblgchceb |
官方URL | https://chromewebstore.google.com/detail/youtube-channel-id/ioajbodddhbeaephmkpkdpfoblgchceb |
简介 | Displays the ID of YouTube channels |
文件大小 | 6.08 KB |
安装次数 | 12 |
当前版本 | 1.0.1 |
更新时间 | 2023-05-09 |
上架时间 | 2023-05-08 |
开发者 | hanjisu2215g |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Channel ID", "description": "Displays the ID of YouTube channels", "version": "1.0.1", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/@*", "https:\/\/www.youtube.com\/channel\/*" ], "js": [ ".\/dist\/content.js" ] } ] } |