Netflix Timestamp Link
Send Netflix links at a specific time in the video
Netflix Timestamp Linkとは何ですか?
Netflix Timestamp LinkはKevin Leutzingerによって開発されたChromeの拡張機能で、その主な機能は「Send Netflix links at a specific time in the video」です。
拡張機能のスクリーンショット
Netflix Timestamp Link拡張機能のCRXファイルをダウンロード
Netflix Timestamp Link拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Send Netflix links that start at a specific time in the video Source: https://github.com/kleutzinger/netflix-timestamp
拡張機能の基本情報
名前 | |
ID | nfamdnmnodndjpnfnlebmconoildihib |
公式URL | https://chromewebstore.google.com/detail/netflix-timestamp-link/nfamdnmnodndjpnfnlebmconoildihib |
説明 | Send Netflix links at a specific time in the video |
ファイルサイズ | 670 KB |
インストール数 | 283 |
現在のバージョン | 0.1 |
最終更新日 | 2018-01-31 |
公開日 | 2018-01-30 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Kevin Leutzinger |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Timestamp Link", "description": "Send Netflix links at a specific time in the video", "version": "0.1", "manifest_version": 2, "icons": { "16": "\/icons\/icon16.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "64": "\/icons\/icon64.png", "128": "\/icons\/icon128.png" }, "browser_action": { "default_icon": "\/icons\/icon128.png", "default_popup": "popup.html" }, "permissions": [ "*:\/\/*.netflix.com\/*", "clipboardWrite" ], "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "\/jquery.js", "\/content_script.js" ], "run_at": "document_start" } ] } |