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ファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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" ] } |