YouTube Screenshot Button
Screenshot button for YouTube.
什么是YouTube Screenshot Button?
YouTube Screenshot Button是由Tuhnik开发的Chrome扩展程序,该扩展的主要功能是“Screenshot button for YouTube.”。
扩展截图
下载YouTube Screenshot Button扩展crx文件
下载YouTube Screenshot Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Just click and let the magic happen. Also works on YouTube Gaming.
Changes:
05.05.2022: Fixed a bug related to file names. 扩展基本信息
| 名称 | |
| ID | ehehmcocpegbmagfhajbmeofolnpdfla |
| 官方URL | https://chromewebstore.google.com/detail/youtube-screenshot-button/ehehmcocpegbmagfhajbmeofolnpdfla |
| 简介 | Screenshot button for YouTube. |
| 文件大小 | 151 KB |
| 安装次数 | 10,000 |
| 当前版本 | 0.1.6 |
| 更新时间 | 2022-05-10 |
| 上架时间 | 2018-11-16 |
| 评分 | 4.38/5 共34次评分 |
| 开发者 | Tuhnik |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"author": "Tuhnik",
"manifest_version": 3,
"name": "YouTube Screenshot Button",
"host_permissions": [
"https:\/\/*.youtube.com\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1.6",
"permissions": [
"webNavigation"
],
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"js": [
"js\/page.js"
],
"matches": [
"https:\/\/*.youtube.com\/*"
],
"run_at": "document_end"
}
],
"description": "Screenshot button for YouTube.",
"icons": {
"128": "images\/icon-128.png",
"16": "images\/icon-16.png",
"48": "images\/icon-48.png"
}
} | |