Stop Video Download For YouTube

Adds a Stop Video button on YouTube which lets you stop the video from downloading.

Qu'est-ce que Stop Video Download For YouTube ?

Stop Video Download For YouTube est une extension Chrome développée par Subigya Nepal, et sa fonction principale est "Adds a Stop Video button on YouTube which lets you stop the video from downloading.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Stop Video Download For YouTube

Téléchargez les fichiers d'extension Stop Video Download For YouTube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Stop Video Download For YouTube Stop Video Download For YouTube
ID mdbhjcdmfdhjgpcomkahjbkbcgpjoehi
URL Officiel 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.
Taille du Fichier 37.88 KB
Nombre d'Installations 7,135
Version Actuelle 1.3
Dernière Mise à Jour 2016-11-10
Date de Publication 2016-11-10
Évaluation 3.78/5 Total 67 Évaluations
Développeur Subigya Nepal
Type de Paiement free
Site Web de l'Extension http://www.thelacunablog.com/stop-download-youtube-videos.html
URL de la Page d'Aide http://www.thelacunablog.com/stop-download-youtube-videos.html
Langues Prises en Charge 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"
    ]
}