Share Current Youtube Video Time
A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…
什么是Share Current Youtube Video Time?
Share Current Youtube Video Time是由https://hwangmatthew.com开发的Chrome扩展程序,该扩展的主要功能是“A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…”。
扩展截图
下载Share Current Youtube Video Time扩展crx文件
下载Share Current Youtube Video Time扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link to your youtube video at the current time with one click, instead of making you have to click multiple buttons to share at your current time. 扩展基本信息
| 名称 | |
| ID | jcofpgdoehfbllnilflkampfndabpnji |
| 官方URL | https://chromewebstore.google.com/detail/share-current-youtube-vid/jcofpgdoehfbllnilflkampfndabpnji |
| 简介 | A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link… |
| 文件大小 | 10.53 KB |
| 安装次数 | 21 |
| 当前版本 | 0.3 |
| 更新时间 | 2018-06-18 |
| 上架时间 | 2018-06-17 |
| 开发者 | https://hwangmatthew.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Share Current Youtube Video Time",
"version": "0.3",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/www.youtube.com\/watch*",
"https:\/\/www.youtube.com\/watch*"
],
"js": [
"content.js"
]
}
]
} | |