Stop Video Download For YouTube

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

什么是Stop Video Download For YouTube?

Stop Video Download For YouTube是由Subigya Nepal开发的Chrome扩展程序,该扩展的主要功能是“Adds a Stop Video button on YouTube which lets you stop the video from downloading.”。

扩展截图

screenshot

下载Stop Video Download For YouTube扩展crx文件

下载Stop Video Download For YouTube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Stop Video Download For YouTube Stop Video Download For YouTube
ID mdbhjcdmfdhjgpcomkahjbkbcgpjoehi
官方URL https://chrome.google.com/webstore/detail/stop-video-download-for-y/mdbhjcdmfdhjgpcomkahjbkbcgpjoehi
简介 Adds a Stop Video button on YouTube which lets you stop the video from downloading.
文件大小 37.88 KB
安装次数 7,135
当前版本 1.3
更新时间 2016-11-10
上架时间 2016-11-10
评分 3.78/5 共67次评分
开发者 Subigya Nepal
付费类型 free
扩展官网 http://www.thelacunablog.com/stop-download-youtube-videos.html
帮助页面URL http://www.thelacunablog.com/stop-download-youtube-videos.html
支持的语言 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"
    ]
}