NetflixClips

Create Clips of Netflix Videos

Hvad er NetflixClips?

NetflixClips er en Chrome-udvidelse udviklet af harmanand, og dens hovedfunktion er "Create Clips of Netflix Videos".

Udvidelsesskærmbilleder

screenshot

Download NetflixClips-udvidelses-CRX-fil

Download NetflixClips-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn NetflixClips NetflixClips
ID cpdadlhnemplohblefcdfobdnggckdkl
Officiel URL https://chromewebstore.google.com/detail/netflixclips/cpdadlhnemplohblefcdfobdnggckdkl
Beskrivelse Create Clips of Netflix Videos
Filstørrelse 157 KB
Antal Installationer 12
Nuværende Version 0.0.0.1
Senest Opdateret 2021-09-12
Udgivelsesdato 2021-09-12
Udvikler harmanand
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}