NetflixClips
Create Clips of Netflix Videos
NetflixClips क्या है?
NetflixClips harmanand द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create Clips of Netflix Videos"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NetflixClips एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*" ] } |