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是由Subigya Nepal開發的Chrome擴展程式,該擴展的主要功能是“Adds a Stop Video button on YouTube which lets you stop the video from downloading.”。
擴展截圖
下載Stop Video Download For YouTube擴展crx文件
下載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 |
官方網址 | 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" ] } |