NetflixClips
Create Clips of Netflix Videos
Apa itu NetflixClips?
NetflixClips adalah ekstensi Chrome yang dikembangkan oleh harmanand, dan fitur utamanya adalah "Create Clips of Netflix Videos".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NetflixClips
Unduh file ekstensi NetflixClips dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | NetflixClips |
ID | cpdadlhnemplohblefcdfobdnggckdkl |
URL Resmi | https://chromewebstore.google.com/detail/netflixclips/cpdadlhnemplohblefcdfobdnggckdkl |
Deskripsi | Create Clips of Netflix Videos |
Ukuran File | 157 KB |
Jumlah Instalasi | 12 |
Versi Saat Ini | 0.0.0.1 |
Terakhir Diperbarui | 2021-09-12 |
Tanggal Publikasi | 2021-09-12 |
Pengembang | harmanand |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |