WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
AliVideo - Aliexpress Video Finder & Downloader

AliVideo - Aliexpress Video Finder & Downloader

View on Chrome Web Store
View AliVideo - Aliexpress Video Finder & Downloader Chrome Extension on Chrome Web Store
Add to bookmarks
1.0 (1 ratings)
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Identify and download Aliepxress vidoes from search results.
Type
Extension
Users
97 users
2
Rezentic
View author page of Rezentic
Published
Published on May 12, 2024
Version 1.0
Manifest version
3
Updated
Updated on May 12, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View AliVideo - Aliexpress Video Finder & Downloader Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AliVideo - Aliexpress Video Finder & Downloader",
    "version": "1.0",
    "description": "Identify and download Aliepxress vidoes from search results.",
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/en.wikipedia.org\/*",
        "https:\/\/www.aliexpress.com\/*",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/web.facebook.com\/*",
        "https:\/\/www.vimeo.com\/*",
        "https:\/\/vimeo.com\/*",
        "https:\/\/www.pinterest.com\/*"
    ],
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle17152680023.chunk.css"
            ]
        },
        {
            "matches": [
                "https:\/\/monatube.com\/*"
            ],
            "js": [
                "scripts\/monatube_down.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "scripts\/youtube_downloader.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/vimeo.com\/*"
            ],
            "js": [
                "scripts\/vimeo_downloader.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.pinterest.com\/search\/*"
            ],
            "js": [
                "scripts\/pinterest_downloader.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/web.facebook.com\/watch\/*"
            ],
            "js": [
                "scripts\/fb_downloader.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/watch\/*"
            ],
            "js": [
                "scripts\/fb_downloader.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/png\/*.png",
                "assets\/svg\/*.svg",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top