AllTube Downloader

Easily download video and audio from several popular video websites

AllTube Downloaderคืออะไร?

AllTube Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kay61 และคุณลักษณะหลักของมันคือ "Easily download video and audio from several popular video websites"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AllTube Downloader

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
อีเมล [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
}