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!
擴展基本資訊
名稱 | NetflixClips |
ID | cpdadlhnemplohblefcdfobdnggckdkl |
官方網址 | 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\/*" ] } |