Stop Video Download For YouTube

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

Apa itu Stop Video Download For YouTube?

Stop Video Download For YouTube adalah ekstensi Chrome yang dikembangkan oleh Subigya Nepal, dan fitur utamanya adalah "Adds a Stop Video button on YouTube which lets you stop the video from downloading.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Stop Video Download For YouTube

Unduh file ekstensi Stop Video Download For YouTube dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Stop Video Download For YouTube Stop Video Download For YouTube
ID mdbhjcdmfdhjgpcomkahjbkbcgpjoehi
URL Resmi https://chrome.google.com/webstore/detail/stop-video-download-for-y/mdbhjcdmfdhjgpcomkahjbkbcgpjoehi
Deskripsi Adds a Stop Video button on YouTube which lets you stop the video from downloading.
Ukuran File 37.88 KB
Jumlah Instalasi 7,135
Versi Saat Ini 1.3
Terakhir Diperbarui 2016-11-10
Tanggal Publikasi 2016-11-10
Penilaian 3.78/5 Total 67 Penilaian
Pengembang Subigya Nepal
Tipe Pembayaran free
Situs Ekstensi http://www.thelacunablog.com/stop-download-youtube-videos.html
URL Halaman Bantuan http://www.thelacunablog.com/stop-download-youtube-videos.html
Bahasa yang Didukung 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"
    ]
}