Multimedia Search

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

什么是Multimedia Search?

Multimedia Search是由https://multimediasearchapp.com开发的Chrome扩展程序,该扩展的主要功能是“An efficient tool that supports the search of over 20 file types.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Multimedia Search扩展crx文件

下载Multimedia Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Multimedia Search Multimedia Search
ID ghhajnapghfiefndmedoeoejhnfngpfi
官方URL https://chromewebstore.google.com/detail/multimedia-search/ghhajnapghfiefndmedoeoejhnfngpfi
简介 An efficient tool that supports the search of over 20 file types.
文件大小 365 KB
安装次数 50,193
当前版本 3.1.3
更新时间 2022-05-18
上架时间 2020-08-20
评分 1.80/5 共5次评分
开发者 https://multimediasearchapp.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.multimediasearchapp.com
帮助页面URL https://www.multimediasearchapp.com/privacy
隐私政策页面URL https://www.multimediasearchapp.com/privacy
支持的语言 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": []
        }
    ]
}