NetflixClips

Create Clips of Netflix Videos

Wat is NetflixClips?

NetflixClips is een Chrome-extensie ontwikkeld door harmanand, en de belangrijkste functie is "Create Clips of Netflix Videos".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NetflixClips

Download NetflixClips-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam NetflixClips NetflixClips
ID cpdadlhnemplohblefcdfobdnggckdkl
Officiële URL https://chromewebstore.google.com/detail/netflixclips/cpdadlhnemplohblefcdfobdnggckdkl
Beschrijving Create Clips of Netflix Videos
Bestandsgrootte 157 KB
Aantal Installaties 12
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2021-09-12
Publicatiedatum 2021-09-12
Ontwikkelaar harmanand
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}