Stop Video Download For YouTube
Adds a Stop Video button on YouTube which lets you stop the video from downloading.
Stop Video Download For YouTubeคืออะไร?
Stop Video Download For YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Subigya Nepal และคุณลักษณะหลักของมันคือ "Adds a Stop Video button on YouTube which lets you stop the video from downloading."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stop Video Download For YouTube
ดาวน์โหลดไฟล์ส่วนขยาย Stop Video Download For YouTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A stop button to keep YouTube videos from being downloaded in the background. Only works for Flash videos as of now. Note: This is a re-upload of the earlier version.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mdbhjcdmfdhjgpcomkahjbkbcgpjoehi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/stop-video-download-for-y/mdbhjcdmfdhjgpcomkahjbkbcgpjoehi |
คำอธิบาย | Adds a Stop Video button on YouTube which lets you stop the video from downloading. |
ขนาดไฟล์ | 37.88 KB |
จำนวนการติดตั้ง | 7,135 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2016-11-10 |
วันที่เผยแพร่ | 2016-11-10 |
คะแนน | 3.78/5 รวมทั้งหมด 67 คะแนน |
ผู้พัฒนา | Subigya Nepal |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.thelacunablog.com/stop-download-youtube-videos.html |
URL หน้าช่วยเหลือ | http://www.thelacunablog.com/stop-download-youtube-videos.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "homepage_url": "http:\/\/www.thelacunablog.com\/stop-download-youtube-videos.html", "description": "Adds a Stop Video button on YouTube which lets you stop the video from downloading.", "name": "Stop Video Download For YouTube", "version": "1.3", "manifest_version": 2, "icons": { "16": "images\/stop16.png", "48": "images\/stop48.png", "128": "images\/stop.png" }, "content_scripts": [ { "js": [ "main.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "web_accessible_resources": [ "stopdownload.js" ] } |