WebExtension.net
Toggle dark mode
WebExtension.net

Search Product By Image

View on Chrome Web Store
View Search Product By Image Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times

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

Activate this extension to instantly display related images when you click on any image on Ajio or other websites.
Type
Extension
Users
30 users
1
Website ecombullet.com
Ecom Bullet
View author page of Ecom Bullet
Published
Published on April 3, 2024
Version 1.0.5
Manifest version
3
Updated
Updated on April 22, 2024
lifestyle/shopping
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Search Product 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",
    "manifest_version": 3,
    "name": "Search Product By Image",
    "description": "Activate this extension to instantly display related images when you click on any image on Ajio or other websites.",
    "version": "1.0.5",
    "permissions": [
        "activeTab",
        "sidePanel",
        "windows",
        "notifications",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "Icons\/Icon16.png",
            "32": "Icons\/Icon32.png",
            "64": "Icons\/Icon64.png",
            "128": "Icons\/Icon128.png"
        }
    },
    "icons": {
        "16": "Icons\/Icon16.png",
        "32": "Icons\/Icon32.png",
        "64": "Icons\/Icon64.png",
        "128": "Icons\/Icon128.png"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "options_page": "option.html",
    "web_accessible_resources": [
        {
            "resources": [
                "Icons\/*",
                "sidepanel.html"
            ],
            "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