AllTube Downloader
Easily download video and audio from several popular video websites
AllTube Downloaderとは何ですか?
AllTube DownloaderはKay61によって開発されたChromeの拡張機能で、その主な機能は「Easily download video and audio from several popular video websites」です。
拡張機能のスクリーンショット
AllTube Downloader拡張機能のCRXファイルをダウンロード
AllTube Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
AllTube Downloader is a Chrome extension. It allows you to easily download video and audio from a number of popular media websites. These includes Dailymotion, Vimeo, SoundClound, Facebook and Instagram. Chrome store policy does not allow YouTube video download. To download video you need to go to any of the websites supported and go to the video watch page. When you are at this watch page, the extension icon will be enabled. Clicking on the icon will open up the pop-up window. The extension will attempt to find the list of video qualities for the video in the watch page. The list of video will be displayed. To download the video, just click on the 'Download' button of the video quality. This will initiate the downloading. This will be displayed at the bottom left of the browser window.
拡張機能の基本情報
名前 | AllTube Downloader |
ID | ehpjnjglgmfifbcofmdmcjcihdldjlcg |
公式URL | https://chrome.google.com/webstore/detail/alltube-downloader/ehpjnjglgmfifbcofmdmcjcihdldjlcg |
説明 | Easily download video and audio from several popular video websites |
ファイルサイズ | 108 KB |
インストール数 | 8,096 |
現在のバージョン | 1.4.8 |
最終更新日 | 2021-05-29 |
公開日 | 2020-03-15 |
評価 | 3.42/5 合計 36 レビュー |
開発者 | Kay61 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.alltubeplayer.com/downloader.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "ATD", "name": "AllTube Downloader", "version": "1.4.8", "description": "Easily download video and audio from several popular video websites", "permissions": [ "https:\/\/www.youtube.com\/*", "https:\/\/www.dailymotion.com\/*", "https:\/\/vimeo.com\/*", "https:\/\/soundcloud.com\/*", "https:\/\/www.facebook.com\/*", "https:\/\/www.instagram.com\/*", "https:\/\/*.alltubeplayer.com\/*", "tabs", "activeTab", "declarativeContent", "downloads" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "page_action": { "default_popup": "popup.html", "default_icon": { "32": "images\/ATD_Icon_32x32.png", "48": "images\/ATD_Icon_48x48.png", "128": "images\/ATD_Icons_128x128.png" } }, "icons": { "32": "images\/ATD_Icon_32x32.png", "48": "images\/ATD_Icon_48x48.png", "128": "images\/ATD_Icons_128x128.png" }, "web_accessible_resources": [ "js\/adsJumbo.js" ], "manifest_version": 2 } |