NetflixClips
Create Clips of Netflix Videos
NetflixClipsとは何ですか?
NetflixClipsはharmanandによって開発されたChromeの拡張機能で、その主な機能は「Create Clips of Netflix Videos」です。
拡張機能のスクリーンショット
NetflixClips拡張機能のCRXファイルをダウンロード
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!                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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\/*"
    ]
}  |  |