Awesome ScreenShot YouTube
Take a screenshot of any YouTube video with one click.
Awesome ScreenShot YouTubeคืออะไร?
Awesome ScreenShot YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Magic Dev และคุณลักษณะหลักของมันคือ "Take a screenshot of any YouTube video with one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Awesome ScreenShot YouTube
ดาวน์โหลดไฟล์ส่วนขยาย Awesome ScreenShot YouTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a “Screenshot” button to the YouTube video player which saves a screenshot of the currently playing video as a file. Click on the "o" button to take a screenshot.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Awesome ScreenShot YouTube |
ID | igpogmdknpofhifbnhgeniljfoebfene |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/awesome-screenshot-youtub/igpogmdknpofhifbnhgeniljfoebfene |
คำอธิบาย | Take a screenshot of any YouTube video with one click. |
ขนาดไฟล์ | 18.79 KB |
จำนวนการติดตั้ง | 35 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2022-02-05 |
วันที่เผยแพร่ | 2021-11-26 |
ผู้พัฒนา | Magic Dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Awesome ScreenShot YouTube", "version": "1.0.3", "description": "Take a screenshot of any YouTube video with one click.", "icons": { "128": "\/images\/128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "images\/*" ], "permissions": [ "https:\/\/www.youtube.com\/*", "webNavigation" ] } |