Stop Video Download For YouTube
Adds a Stop Video button on YouTube which lets you stop the video from downloading.
Hvad er Stop Video Download For YouTube?
Stop Video Download For YouTube er en Chrome-udvidelse udviklet af Subigya Nepal, og dens hovedfunktion er "Adds a Stop Video button on YouTube which lets you stop the video from downloading.".
Udvidelsesskærmbilleder
Download Stop Video Download For YouTube-udvidelses-CRX-fil
Download Stop Video Download For YouTube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mdbhjcdmfdhjgpcomkahjbkbcgpjoehi |
Officiel URL | https://chrome.google.com/webstore/detail/stop-video-download-for-y/mdbhjcdmfdhjgpcomkahjbkbcgpjoehi |
Beskrivelse | Adds a Stop Video button on YouTube which lets you stop the video from downloading. |
Filstørrelse | 37.88 KB |
Antal Installationer | 7,135 |
Nuværende Version | 1.3 |
Senest Opdateret | 2016-11-10 |
Udgivelsesdato | 2016-11-10 |
Bedømmelse | 3.78/5 Samlet 67 Bedømmelser |
Udvikler | Subigya Nepal |
Betalingsmetode | free |
Udvidelseswebsted | http://www.thelacunablog.com/stop-download-youtube-videos.html |
Hjælpeside-URL | http://www.thelacunablog.com/stop-download-youtube-videos.html |
Understøttede Sprog | 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" ] } |