Multimedia Search

An efficient tool that supports the search of over 20 file types.

What is Multimedia Search?

Multimedia Search is a Chrome extension developed by https://multimediasearchapp.com, and its main feature is "An efficient tool that supports the search of over 20 file types.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Multimedia Search Extension CRX File

Download Multimedia Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is a Chrome extension for the Chrome browser that aims to provide users with a professional, advanced, customized, and efficient file search experience. 

Click on the extension’s browser icon to open the action window. From there, you can select a file type and perform an efficient and on-target search for what you need. You can also access the functionality from your browser’s address bar. The extension provides a quick link inside the autocomplete suggestions for your easy access. Simply type the name plus a dot followed by the file type extension (such as cat .png) in the address bar, and the quick link will be activated.

Who is our target user?

People in hi-tech, office employees that live and breathe with productivity tools, and savvy creators and editors. Locate the right type and perform your on-target online hunting.

What are the types that we support?

Ranging from work productivity (such as .xlsx and .pptx) to graphic designers’ favorite (such as .svg) and to web developers’ daily choices (such as .xml, .html, and .py), we are here to support as many types as you may need. Shoot us an email on our website if you need us to add more types in the next version update! 

Check out the full list on our website: https://www.multimediasearchapp.com

Permissions used and reasons: 

1. Access to “contextMenus”. We require this permission to add items to the drop-down menu of this extension’s browser icon in order to provide a better service and help you understand the extension.
2. Access to “webNavigation”. We require this permission in order to use our private domain www.browsingsafety.net (powered by Yahoo) as a placeholder to turn on the file search function from your address bar. In this extension, we also support Google and Bing. If you want to change your search engine, you can go to the Settings of your extension and make the change.
3.Access to "storage". We require this permission to save your settings within the extension.

How to remove this extension?

If you want to remove our extension, go to “Settings” on Chrome, and find our extension in the “Extensions” tab. Click “remove”. Alternatively, you can right-click on the extension’s icon on your browser and select “Uninstall” from the drop-down menu.

Chrome™ is a trademark of Google LLC. The use of them does not imply any affiliation to or endorsement by Google LLC. 

By adding this extension to your Chrome browser, you accept and agree to our Privacy Policy and End-User License Agreement.

Privacy Policy: https://www.multimediasearchapp.com/privacy

EULA: https://www.multimediasearchapp.com/terms

FAQ: https://www.multimediasearchapp.com/#faq

Contact: https://www.multimediasearchapp.com/contact                    

Extension Basic Information

Name Multimedia Search Multimedia Search
ID ghhajnapghfiefndmedoeoejhnfngpfi
Official URL https://chromewebstore.google.com/detail/multimedia-search/ghhajnapghfiefndmedoeoejhnfngpfi
Description An efficient tool that supports the search of over 20 file types.
File Size 365 KB
Installation Count 50,193
Current Version 3.1.3
Last Updated 2022-05-18
Publish Date 2020-08-20
Rating 1.80/5 Total 5 Ratings
Developer https://multimediasearchapp.com
Email [email protected]
Payment Type free
Extension Website https://www.multimediasearchapp.com
Help Page URL https://www.multimediasearchapp.com/privacy
Privacy Policy Page URL https://www.multimediasearchapp.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Multimedia Search",
    "version": "3.1.3",
    "description": "An efficient tool that supports the search of over 20 file types.",
    "background": {
        "service_worker": "bg\/background.js",
        "type": "module"
    },
    "homepage_url": "https:\/\/www.browsingsafety.net\/wim\/ds\/gotohub?s=bdpr",
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.browsingsafety.net\/favicon.ico",
            "image_url": "https:\/\/www.browsingsafety.net\/search\/?category=images&s=bdpr&q={searchTerms}",
            "is_default": true,
            "keyword": "Multimedia Search",
            "name": "Multimedia Search",
            "search_url": "https:\/\/www.browsingsafety.net\/search\/?category=web&s=bdpr&vert=safe&q={searchTerms}",
            "suggest_url": "https:\/\/sug.browsingsafety.net\/v1\/sug\/?yid=bdpr&vert=safe&q={searchTerms}"
        }
    },
    "action": {
        "default_title": "Multimedia Search",
        "default_icon": ".\/img\/icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "webNavigation",
        "storage"
    ],
    "icons": {
        "16": ".\/img\/icon16.png",
        "48": ".\/img\/icon48.png",
        "128": ".\/img\/icon128.png"
    },
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/icon16.png"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}