NetflixClips

Create Clips of Netflix Videos

ما هو NetflixClips؟

NetflixClips هو إضافة Chrome تم تطويرها بواسطة harmanand، والميزة الرئيسية لها هي "Create Clips of Netflix Videos".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة NetflixClips

قم بتنزيل ملفات الامتداد NetflixClips بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
    ]
}