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
公式URL 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
Eメール [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\/*"
    ]
}