WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Alibaba Search by image

Alibaba Search by image

View on Chrome Web Store
View Alibaba Search by image Chrome Extension on Chrome Web Store
Add to bookmarks
3.3 (28 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

Quickly search Alibaba for any image you see while browsing!
Type
Extension
Users
30,000 users
alibabasearchbyimage
View author page of alibabasearchbyimage
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 28, 2020
Version 1.4.19
Manifest version
3
Updated
Updated on August 5, 2024
lifestyle/shopping
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Alibaba Search by image 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",
    "description": "Quickly search Alibaba for any image you see while browsing!",
    "version": "1.4.19",
    "name": "Alibaba Search by image",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "upload-icon-circle-thicker.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "contextMenus",
        "webRequest",
        "tabs",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "i.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "m.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "upload-icon-circle-thicker.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.svg"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "manifest_version": 3
}
© 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