AllTube Downloader
Easily download video and audio from several popular video websites
Wat is AllTube Downloader?
AllTube Downloader is een Chrome-extensie ontwikkeld door Kay61, en de belangrijkste functie is "Easily download video and audio from several popular video websites".
Extensie Screenshots
Download het CRX-bestand van de extensie AllTube Downloader
Download AllTube Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | AllTube Downloader |
ID | ehpjnjglgmfifbcofmdmcjcihdldjlcg |
Officiële URL | https://chrome.google.com/webstore/detail/alltube-downloader/ehpjnjglgmfifbcofmdmcjcihdldjlcg |
Beschrijving | Easily download video and audio from several popular video websites |
Bestandsgrootte | 108 KB |
Aantal Installaties | 8,096 |
Huidige Versie | 1.4.8 |
Laatst Bijgewerkt | 2021-05-29 |
Publicatiedatum | 2020-03-15 |
Beoordeling | 3.42/5 Totaal 36 Beoordelingen |
Ontwikkelaar | Kay61 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.alltubeplayer.com/downloader.html |
Ondersteunde Talen | 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 } |