NetflixClips
Create Clips of Netflix Videos
Vad är NetflixClips?
NetflixClips är en Chrome-tillägg utvecklad av harmanand, och dess huvudfunktion är "Create Clips of Netflix Videos".
Tilläggsskärmbilder
Ladda ner NetflixClips-förlängningens CRX-fil
Ladda ner NetflixClips-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | NetflixClips |
ID | cpdadlhnemplohblefcdfobdnggckdkl |
Officiell webbadress | https://chromewebstore.google.com/detail/netflixclips/cpdadlhnemplohblefcdfobdnggckdkl |
Beskrivning | Create Clips of Netflix Videos |
Filstorlek | 157 KB |
Antal Installationer | 12 |
Aktuell Version | 0.0.0.1 |
Senast Uppdaterad | 2021-09-12 |
Publiceringsdatum | 2021-09-12 |
Utvecklare | harmanand |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |