Stop Video Download For YouTube

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

Vad är Stop Video Download For YouTube?

Stop Video Download For YouTube är en Chrome-tillägg utvecklad av Subigya Nepal, och dess huvudfunktion är "Adds a Stop Video button on YouTube which lets you stop the video from downloading.".

Tilläggsskärmbilder

screenshot

Ladda ner Stop Video Download For YouTube-förlängningens CRX-fil

Ladda ner Stop Video Download For YouTube-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Stop Video Download For YouTube Stop Video Download For YouTube
ID mdbhjcdmfdhjgpcomkahjbkbcgpjoehi
Officiell webbadress https://chrome.google.com/webstore/detail/stop-video-download-for-y/mdbhjcdmfdhjgpcomkahjbkbcgpjoehi
Beskrivning Adds a Stop Video button on YouTube which lets you stop the video from downloading.
Filstorlek 37.88 KB
Antal Installationer 7,135
Aktuell Version 1.3
Senast Uppdaterad 2016-11-10
Publiceringsdatum 2016-11-10
Betyg 3.78/5 Totalt 67 Betyg
Utvecklare Subigya Nepal
Betalningssätt free
Tilläggswebbplats http://www.thelacunablog.com/stop-download-youtube-videos.html
Hjälpsida URL http://www.thelacunablog.com/stop-download-youtube-videos.html
Stödda Språk 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"
    ]
}