NetflixClips
Create Clips of Netflix Videos
Cos'è NetflixClips?
NetflixClips è un'estensione di Chrome sviluppata da harmanand, e la sua funzione principale è "Create Clips of Netflix Videos".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NetflixClips
Scarica i file di estensione NetflixClips in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | cpdadlhnemplohblefcdfobdnggckdkl |
| URL Ufficiale | https://chromewebstore.google.com/detail/netflixclips/cpdadlhnemplohblefcdfobdnggckdkl |
| Descrizione | Create Clips of Netflix Videos |
| Dimensione del File | 157 KB |
| Conteggio Installazioni | 12 |
| Versione Corrente | 0.0.0.1 |
| Ultimo Aggiornamento | 2021-09-12 |
| Data di Pubblicazione | 2021-09-12 |
| Sviluppatore | harmanand |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/*"
]
} | |