Netflix Timestamp Link
Send Netflix links at a specific time in the video
Netflix Timestamp Linkคืออะไร?
Netflix Timestamp Link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kevin Leutzinger และคุณลักษณะหลักของมันคือ "Send Netflix links at a specific time in the video"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netflix Timestamp Link
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } ] } |