NetflixClips

Create Clips of Netflix Videos

What is NetflixClips?

NetflixClips is a Chrome extension developed by harmanand, and its main feature is "Create Clips of Netflix Videos".

Extension Screenshots

screenshot

Download NetflixClips Extension CRX File

Download NetflixClips extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name NetflixClips NetflixClips
ID cpdadlhnemplohblefcdfobdnggckdkl
Official URL https://chromewebstore.google.com/detail/netflixclips/cpdadlhnemplohblefcdfobdnggckdkl
Description Create Clips of Netflix Videos
File Size 157 KB
Installation Count 12
Current Version 0.0.0.1
Last Updated 2021-09-12
Publish Date 2021-09-12
Developer harmanand
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}