NetflixClips

Create Clips of Netflix Videos

Что такое NetflixClips?

NetflixClips - это расширение Chrome, разработанное harmanand, и его основная функция - "Create Clips of Netflix Videos".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения NetflixClips

Скачайте файлы расширений NetflixClips в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название NetflixClips NetflixClips
ID cpdadlhnemplohblefcdfobdnggckdkl
Официальный URL https://chromewebstore.google.com/detail/netflixclips/cpdadlhnemplohblefcdfobdnggckdkl
Описание Create Clips of Netflix Videos
Размер файла 157 KB
Количество установок 12
Текущая Версия 0.0.0.1
Последнее Обновление 2021-09-12
Дата публикации 2021-09-12
Разработчик harmanand
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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\/*"
    ]
}