AllTube Downloader

Easily download video and audio from several popular video websites

Qu'est-ce que AllTube Downloader ?

AllTube Downloader est une extension Chrome développée par Kay61, et sa fonction principale est "Easily download video and audio from several popular video websites".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AllTube Downloader

Téléchargez les fichiers d'extension AllTube Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AllTube Downloader AllTube Downloader
ID ehpjnjglgmfifbcofmdmcjcihdldjlcg
URL Officiel https://chrome.google.com/webstore/detail/alltube-downloader/ehpjnjglgmfifbcofmdmcjcihdldjlcg
Description Easily download video and audio from several popular video websites
Taille du Fichier 108 KB
Nombre d'Installations 8,096
Version Actuelle 1.4.8
Dernière Mise à Jour 2021-05-29
Date de Publication 2020-03-15
Évaluation 3.42/5 Total 36 Évaluations
Développeur Kay61
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.alltubeplayer.com/downloader.html
Langues Prises en Charge 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
}