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 là gì?

Stop Video Download For YouTube là một tiện ích mở rộng Chrome được phát triển bởi Subigya Nepal, và tính năng chính của nó là "Adds a Stop Video button on YouTube which lets you stop the video from downloading.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stop Video Download For YouTube

Tải xuống các tệp mở rộng Stop Video Download For YouTube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stop Video Download For YouTube Stop Video Download For YouTube
ID mdbhjcdmfdhjgpcomkahjbkbcgpjoehi
URL Chính Thức https://chrome.google.com/webstore/detail/stop-video-download-for-y/mdbhjcdmfdhjgpcomkahjbkbcgpjoehi
Mô tả Adds a Stop Video button on YouTube which lets you stop the video from downloading.
Kích Thước Tệp 37.88 KB
Số Lần Cài Đặt 7,135
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2016-11-10
Ngày Phát Hành 2016-11-10
Đánh Giá 3.78/5 Tổng số 67 Đánh Giá
Nhà Phát Triển Subigya Nepal
Loại Thanh Toán free
Trang Web Mở Rộng http://www.thelacunablog.com/stop-download-youtube-videos.html
URL Trang Trợ Giúp http://www.thelacunablog.com/stop-download-youtube-videos.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}