Stop Video Download For YouTube
Adds a Stop Video button on YouTube which lets you stop the video from downloading.
Cos'è Stop Video Download For YouTube?
Stop Video Download For YouTube è un'estensione di Chrome sviluppata da Subigya Nepal, e la sua funzione principale è "Adds a Stop Video button on YouTube which lets you stop the video from downloading.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stop Video Download For YouTube
Scarica i file di estensione Stop Video Download For YouTube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | mdbhjcdmfdhjgpcomkahjbkbcgpjoehi |
URL Ufficiale | https://chrome.google.com/webstore/detail/stop-video-download-for-y/mdbhjcdmfdhjgpcomkahjbkbcgpjoehi |
Descrizione | Adds a Stop Video button on YouTube which lets you stop the video from downloading. |
Dimensione del File | 37.88 KB |
Conteggio Installazioni | 7,135 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2016-11-10 |
Data di Pubblicazione | 2016-11-10 |
Valutazione | 3.78/5 Totale 67 Valutazioni |
Sviluppatore | Subigya Nepal |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.thelacunablog.com/stop-download-youtube-videos.html |
URL della Pagina di Aiuto | http://www.thelacunablog.com/stop-download-youtube-videos.html |
Lingue Supportate | 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" ] } |