Share Current Youtube Video Time
A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…
Share Current Youtube Video Timeคืออะไร?
Share Current Youtube Video Time เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hwangmatthew.com และคุณลักษณะหลักของมันคือ "A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Share Current Youtube Video Time
ดาวน์โหลดไฟล์ส่วนขยาย Share Current Youtube Video Time ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link to your youtube video at the current time with one click, instead of making you have to click multiple buttons to share at your current time. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | jcofpgdoehfbllnilflkampfndabpnji |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/share-current-youtube-vid/jcofpgdoehfbllnilflkampfndabpnji |
| คำอธิบาย | A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link… |
| ขนาดไฟล์ | 10.53 KB |
| จำนวนการติดตั้ง | 21 |
| เวอร์ชันปัจจุบัน | 0.3 |
| อัปเดตครั้งล่าสุด | 2018-06-18 |
| วันที่เผยแพร่ | 2018-06-17 |
| ผู้พัฒนา | https://hwangmatthew.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Share Current Youtube Video Time",
"version": "0.3",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/www.youtube.com\/watch*",
"https:\/\/www.youtube.com\/watch*"
],
"js": [
"content.js"
]
}
]
} | |