Video Source Link Copy
Get video src url and copy it into your clipboard
Video Source Link Copyคืออะไร?
Video Source Link Copy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CokeJoke (Justin Mankowski) และคุณลักษณะหลักของมันคือ "Get video src url and copy it into your clipboard"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Source Link Copy
ดาวน์โหลดไฟล์ส่วนขยาย Video Source Link Copy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It basically grabs the url from the defined querySelector path and defined website url and grabs the source src link and you should install it cause it's the fastes way of getting the url. I'm using it for syncplay because vlc needs the source link and know I don't need to get it by my self and just use the extensions copy button or turn auto copy on.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lbgcheaghokbiabnjkcfhijpjbhflhkp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/video-source-link-copy/lbgcheaghokbiabnjkcfhijpjbhflhkp |
คำอธิบาย | Get video src url and copy it into your clipboard |
ขนาดไฟล์ | 18.2 KB |
จำนวนการติดตั้ง | 478 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-11-04 |
วันที่เผยแพร่ | 2020-11-04 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | CokeJoke (Justin Mankowski) |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Source Link Copy", "version": "1.0", "description": "Get video src url and copy it into your clipboard", "author": "CokeJoke (Justin Mankowski)", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup\/popup.html" }, "options_page": "options\/options.html", "permissions": [ "tabs", "storage", "clipboardWrite", "*:\/\/*\/*" ], "manifest_version": 2 } |