Stop Video Download For YouTube
Adds a Stop Video button on YouTube which lets you stop the video from downloading.
What is Stop Video Download For YouTube?
Stop Video Download For YouTube is a Chrome extension developed by Subigya Nepal, and its main feature is "Adds a Stop Video button on YouTube which lets you stop the video from downloading.".
Extension Screenshots
Download Stop Video Download For YouTube Extension CRX File
Download Stop Video Download For YouTube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | mdbhjcdmfdhjgpcomkahjbkbcgpjoehi |
Official URL | https://chrome.google.com/webstore/detail/stop-video-download-for-y/mdbhjcdmfdhjgpcomkahjbkbcgpjoehi |
Description | Adds a Stop Video button on YouTube which lets you stop the video from downloading. |
File Size | 37.88 KB |
Installation Count | 7,135 |
Current Version | 1.3 |
Last Updated | 2016-11-10 |
Publish Date | 2016-11-10 |
Rating | 3.78/5 Total 67 Ratings |
Developer | Subigya Nepal |
Payment Type | free |
Extension Website | http://www.thelacunablog.com/stop-download-youtube-videos.html |
Help Page URL | http://www.thelacunablog.com/stop-download-youtube-videos.html |
Supported Languages | 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" ] } |