Stop Video Download For YouTube
Adds a Stop Video button on YouTube which lets you stop the video from downloading.
Wat is Stop Video Download For YouTube?
Stop Video Download For YouTube is een Chrome-extensie ontwikkeld door Subigya Nepal, en de belangrijkste functie is "Adds a Stop Video button on YouTube which lets you stop the video from downloading.".
Extensie Screenshots
Download het CRX-bestand van de extensie Stop Video Download For YouTube
Download Stop Video Download For YouTube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | mdbhjcdmfdhjgpcomkahjbkbcgpjoehi |
Officiële URL | https://chrome.google.com/webstore/detail/stop-video-download-for-y/mdbhjcdmfdhjgpcomkahjbkbcgpjoehi |
Beschrijving | Adds a Stop Video button on YouTube which lets you stop the video from downloading. |
Bestandsgrootte | 37.88 KB |
Aantal Installaties | 7,135 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2016-11-10 |
Publicatiedatum | 2016-11-10 |
Beoordeling | 3.78/5 Totaal 67 Beoordelingen |
Ontwikkelaar | Subigya Nepal |
Betalingswijze | free |
Extensiewebsite | http://www.thelacunablog.com/stop-download-youtube-videos.html |
Help Pagina-URL | http://www.thelacunablog.com/stop-download-youtube-videos.html |
Ondersteunde Talen | 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" ] } |