NetflixClips
Create Clips of Netflix Videos
什么是NetflixClips?
NetflixClips是由harmanand开发的Chrome扩展程序,该扩展的主要功能是“Create Clips of Netflix Videos”。
扩展截图
下载NetflixClips扩展crx文件
下载NetflixClips扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ever wanted to share a short clip of a tv show or movie with friends or on social media? This extension allows you to clip a part of a Netflix video and generates a sharable link for you and your friend's viewing pleasure! Currently, this feature is only enabled for a small subset of Netflix videos, as each title needs to be manually onboarded. If you have a request for a specific Netflix title, please contact me and I will do what I can! 扩展基本信息
| 名称 | |
| ID | cpdadlhnemplohblefcdfobdnggckdkl |
| 官方URL | https://chromewebstore.google.com/detail/netflixclips/cpdadlhnemplohblefcdfobdnggckdkl |
| 简介 | Create Clips of Netflix Videos |
| 文件大小 | 157 KB |
| 安装次数 | 12 |
| 当前版本 | 0.0.0.1 |
| 更新时间 | 2021-09-12 |
| 上架时间 | 2021-09-12 |
| 开发者 | harmanand |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "NetflixClips",
"description": "Create Clips of Netflix Videos",
"version": "0.0.0.1",
"content_scripts": [
{
"matches": [
"https:\/\/www.netflix.com\/watch\/*"
],
"js": [
"content.js"
]
}
],
"permissions": [
"https:\/\/ajax.googleapis.com\/"
],
"web_accessible_resources": [
"icons\/*"
]
} | |