WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Image Searcher

Image Searcher

View on Chrome Web Store
View Image Searcher Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (12 ratings)
8 new ratings
15 views
This extension has been viewed 15 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.

A powerful reverse image search tool, with support for various search engines, such as Google, Bing, Yandex, Baidu and TinEye.
Type
Extension
Users
1,000 users
13
SoftRoyals
View author page of SoftRoyals
Published
Published on July 28, 2024
Version 7.2.1
Manifest version
3
Updated
Updated on September 28, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Image Searcher 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": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "7.2.1",
    "author": "Allen",
    "default_locale": "en",
    "minimum_chrome_version": "100.0",
    "permissions": [
        "alarms",
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "tabs",
        "activeTab",
        "notifications",
        "webRequest",
        "declarativeNetRequest",
        "scripting"
    ],
    "optional_permissions": [
        "clipboardRead"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self' 'unsafe-inline'; img-src * data: blob:; connect-src * blob:; object-src 'none';"
    },
    "icons": {
        "16": "src\/assets\/icons\/app\/icon-16.png",
        "19": "src\/assets\/icons\/app\/icon-19.png",
        "24": "src\/assets\/icons\/app\/icon-24.png",
        "32": "src\/assets\/icons\/app\/icon-32.png",
        "38": "src\/assets\/icons\/app\/icon-38.png",
        "48": "src\/assets\/icons\/app\/icon-48.png",
        "64": "src\/assets\/icons\/app\/icon-64.png",
        "96": "src\/assets\/icons\/app\/icon-96.png",
        "128": "src\/assets\/icons\/app\/icon-128.png",
        "256": "src\/assets\/icons\/app\/icon-256.png"
    },
    "action": {
        "default_icon": {
            "16": "src\/assets\/icons\/app\/icon-16.png",
            "19": "src\/assets\/icons\/app\/icon-19.png",
            "24": "src\/assets\/icons\/app\/icon-24.png",
            "32": "src\/assets\/icons\/app\/icon-32.png",
            "38": "src\/assets\/icons\/app\/icon-38.png",
            "48": "src\/assets\/icons\/app\/icon-48.png",
            "64": "src\/assets\/icons\/app\/icon-64.png",
            "96": "src\/assets\/icons\/app\/icon-96.png",
            "128": "src\/assets\/icons\/app\/icon-128.png",
            "256": "src\/assets\/icons\/app\/icon-256.png",
            "512": "src\/assets\/icons\/app\/icon-512.png"
        }
    },
    "options_ui": {
        "page": "src\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "src\/background\/script.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "src\/base\/script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/content\/style.css",
                "src\/select\/pointer.css",
                "src\/select\/index.html",
                "src\/capture\/index.html",
                "src\/confirm\/index.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "incognito": "split"
}
© 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