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”。

擴展截圖

screenshot
screenshot
screenshot

下載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 AllTube Downloader
ID ehpjnjglgmfifbcofmdmcjcihdldjlcg
官方網址 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
電子郵箱 [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
}