Drop Video - Aliexpress Video Downloader

Download Aliexpress Videos & Images Instantly! Save Aliexpress videos to your computer with one click, you are also able to save…

什麼是Drop Video - Aliexpress Video Downloader?

Drop Video - Aliexpress Video Downloader是由dropvideo開發的Chrome擴展程式,該擴展的主要功能是“Download Aliexpress Videos & Images Instantly! Save Aliexpress videos to your computer with one click, you are also able to save…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Drop Video - Aliexpress Video Downloader擴展crx文件

下載Drop Video - Aliexpress Video Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Download Aliexpress Videos & Images Instantly!

Save Aliexpress videos to your computer with one click, you are also able to save product images.

3 Day Free Trial! Install & click the "Unlock Now" button on the panel page. 

The easiest way to find videos for your dropshipping product video ads.

When an ecommerce store owner wants to test a new product, the first thing he/she does is check Aliexpress for the price, video (if any), and how much that has sold. What prevents a user from testing a product is not being able to find enough content for a video.

Our tool fixes this....

Our tool web scrapes all listings and labels the ones with video. It also gives you an option to download it easily.

Not only this, but it searches on YouTube, Pinterest, & Vimeo based on the keyword you searched for and pulls up all relevant videos. This allows you to see all the content the product has.

✔️FEATURES

📽️ Labels products with video
📽️ Makes listings with video downloadable 
📽️ Pulls all listings with video to the top (prevents wasted time scrolling through pages)
📽️ Pulls relevant videos on YouTube, Vimeo, Pinterest etc. to save time looking on other platforms

⭐ MONEY BACK GUARANTEE ⭐

Don't like the tool within the first 7 days? No problem, we'll give you a full refund when you contact us at [email protected]
You can also cancel your membership anytime.

⭐ HOW TO USE ⭐

Install the extension
Search a product or keyword ex: Posture Corrector, Galaxy Lamp, Laser Hair Removal
Tool will automatically start working

Simple and straightforward tool to help drop shippers find video content to use for their ads.                    

擴展基本資訊

名稱 Drop Video - Aliexpress Video Downloader Drop Video - Aliexpress Video Downloader
ID ipecbiogongigeffafhngmgohpldedmc
官方網址 https://chromewebstore.google.com/detail/drop-video-aliexpress-vid/ipecbiogongigeffafhngmgohpldedmc
簡介 Download Aliexpress Videos & Images Instantly! Save Aliexpress videos to your computer with one click, you are also able to save…
檔案大小 915 KB
安裝次數 3,285
目前版本 1.6.7
更新時間 2023-11-03
上架時間 2020-12-15
評分 3.00/5 共 8 次評分
開發者 dropvideo
電子郵箱 [email protected]
付費類型 free
擴展官網 https://arcafy.com/apps/dropvideo
說明頁面URL https://arcafy.com/apps/dropvideo/faqs/
隱私政策頁面URL https://arcafy.com/privacy-policy
支援的語言 en-US
manifest.json
{
    "author": "github.com\/doc-han",
    "background": {
        "persistent": false,
        "scripts": [
            "\/js\/content_scripts\/xhr.js",
            "\/js\/background_context\/context_messaging.js",
            "\/js\/background_context\/fetch_items_content.js",
            "\/js\/background_context\/storage.js",
            "js\/jquery-3.5.0.min.js",
            "js\/pusher.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "\/assets\/icons\/16.png"
        },
        "default_popup": "\/html\/popup_context\/popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "\/css\/page_context\/page_context.css"
            ],
            "js": [
                "\/js\/content_scripts\/xhr.js",
                "\/js\/content_scripts\/page_context\/context_messaging.js",
                "\/js\/content_scripts\/page_context\/loading_bar.js",
                "\/js\/content_scripts\/page_context\/download_file.js",
                "\/js\/content_scripts\/page_context\/download_video.js",
                "\/js\/content_scripts\/page_context\/download_button.js",
                "\/js\/content_scripts\/page_context\/mutation_observer.js",
                "\/js\/content_scripts\/page_context\/website_pagination.js",
                "\/js\/content_scripts\/page_context\/re_arrange_items.js",
                "\/js\/content_scripts\/page_context\/check_videos_in_items.js",
                "\/js\/content_scripts\/page_context\/fetch_items_content.js",
                "\/js\/content_scripts\/page_context\/get_items_url.js",
                "\/js\/content_scripts\/page_context\/get_items.js",
                "\/js\/content_scripts\/page_context\/label_items.js",
                "\/js\/content_scripts\/page_context\/wrap_items.js",
                "\/js\/content_scripts\/page_context\/main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/font-awesome.min.css",
                "vendors\/ladda\/ladda-themeless.min.css",
                "css\/custom-stlye.css",
                "css\/jspanel.css"
            ],
            "js": [
                "js\/jquery-3.5.0.min.js",
                "js\/jquery.waypoints.min.js",
                "vendors\/ladda\/spin.min.js",
                "vendors\/ladda\/ladda.min.js",
                "js\/sweet.js",
                "js\/loading.js",
                "js\/jspanel.js",
                "js\/panel.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/font-awesome.min.css",
                "css\/custom-stlye.css",
                "css\/jspanel.css"
            ],
            "js": [
                "js\/jquery-3.5.0.min.js",
                "js\/jquery.waypoints.min.js",
                "js\/jspanel.js",
                "js\/panel.js",
                "js\/alibabaContent.js"
            ],
            "matches": [
                "*:\/\/www.alibaba.com\/trade\/search*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "",
    "icons": {
        "128": "\/assets\/icons\/128.png",
        "16": "\/assets\/icons\/16.png",
        "48": "\/assets\/icons\/48.png"
    },
    "Me": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhUtKBIFDGVxbIQBvnCa37t5x+uq5FZS2qoQ89SWtM1iBM25omCoG5oQcbSeyBIq5UqhBLpa9KQV1cYVcc+JitQVi2ywHA1zonNCH9pU0Slc\/jX\/zy6LVv8AQLPeJ9bOyoZBtgXYR\/jXwRZor5untTvJ7hlN0opvXYWoERp0w5c692IlvsDpClCfG\/n5tuktfkpK1MT\/pzJLjKniTk1K8SSS9xRqBfyUdo3D0Mn4hxLUXL\/gaVpnYRUtJkS47bv40zsHiRbm\/8dtShT8U0GGDuUyJU6\/NGn4AH89Qz+u0JXzGNG\/As3AmsQ5dE7wp4FHVpqB5g5Xv6GBWyOYqa7aPxwIDAQAB",
    "manifest_version": 2,
    "name": "Drop Video - Aliexpress Video Downloader",
    "permissions": [
        "downloads",
        "activeTab",
        "storage",
        "http:\/\/*.aliexpress.com\/*",
        "https:\/\/*.aliexpress.com\/*",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/www.pinterest.com\/*",
        "https:\/\/vimeo.com\/*",
        "notifications"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6.7",
    "web_accessible_resources": [
        "css\/*.css",
        "img\/*",
        "panel_template.html",
        "fonts\/*"
    ]
}