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