Multimedia Search

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

Multimedia Search là gì?

Multimedia Search là một tiện ích mở rộng Chrome được phát triển bởi https://multimediasearchapp.com, và tính năng chính của nó là "An efficient tool that supports the search of over 20 file types.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Multimedia Search

Tải xuống các tệp mở rộng Multimedia Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Multimedia Search Multimedia Search
ID ghhajnapghfiefndmedoeoejhnfngpfi
URL Chính Thức https://chromewebstore.google.com/detail/multimedia-search/ghhajnapghfiefndmedoeoejhnfngpfi
Mô tả An efficient tool that supports the search of over 20 file types.
Kích Thước Tệp 365 KB
Số Lần Cài Đặt 50,193
Phiên Bản Hiện Tại 3.1.3
Cập Nhật Lần Cuối 2022-05-18
Ngày Phát Hành 2020-08-20
Đánh Giá 1.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://multimediasearchapp.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.multimediasearchapp.com
URL Trang Trợ Giúp https://www.multimediasearchapp.com/privacy
URL Trang Chính Sách Bảo Mật https://www.multimediasearchapp.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}