NetflixClips
Create Clips of Netflix Videos
Was ist NetflixClips?
NetflixClips ist eine Chrome-Erweiterung, die von harmanand entwickelt wurde, und ihr Hauptmerkmal ist "Create Clips of Netflix Videos".
Erweiterungsscreenshots
NetflixClips-Erweiterungs-CRX-Datei herunterladen
Laden Sie NetflixClips-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cpdadlhnemplohblefcdfobdnggckdkl |
| Offizielle URL | https://chromewebstore.google.com/detail/netflixclips/cpdadlhnemplohblefcdfobdnggckdkl |
| Beschreibung | Create Clips of Netflix Videos |
| Dateigröße | 157 KB |
| Installationsanzahl | 12 |
| Aktuelle Version | 0.0.0.1 |
| Letztes Update | 2021-09-12 |
| Veröffentlichungsdatum | 2021-09-12 |
| Entwickler | harmanand |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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\/*"
]
} | |