NetflixClips

Create Clips of Netflix Videos

Co to jest NetflixClips?

NetflixClips to rozszerzenie Chrome opracowane przez harmanand, a jego główną funkcją jest „Create Clips of Netflix Videos”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia NetflixClips

Pobierz pliki rozszerzeń NetflixClips w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa NetflixClips NetflixClips
ID cpdadlhnemplohblefcdfobdnggckdkl
Oficjalny URL https://chromewebstore.google.com/detail/netflixclips/cpdadlhnemplohblefcdfobdnggckdkl
Opis Create Clips of Netflix Videos
Rozmiar pliku 157 KB
Liczba instalacji 12
Aktualna Wersja 0.0.0.1
Ostatnia Aktualizacja 2021-09-12
Data Publikacji 2021-09-12
Deweloper harmanand
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}