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."입니다.
확장 프로그램 스크린샷
Stop Video Download For YouTube 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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" ] } |