Multimedia Search

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

Apa itu Multimedia Search?

Multimedia Search adalah ekstensi Chrome yang dikembangkan oleh https://multimediasearchapp.com, dan fitur utamanya adalah "An efficient tool that supports the search of over 20 file types.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Multimedia Search

Unduh file ekstensi Multimedia Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Multimedia Search Multimedia Search
ID ghhajnapghfiefndmedoeoejhnfngpfi
URL Resmi https://chromewebstore.google.com/detail/multimedia-search/ghhajnapghfiefndmedoeoejhnfngpfi
Deskripsi An efficient tool that supports the search of over 20 file types.
Ukuran File 365 KB
Jumlah Instalasi 50,193
Versi Saat Ini 3.1.3
Terakhir Diperbarui 2022-05-18
Tanggal Publikasi 2020-08-20
Penilaian 1.80/5 Total 5 Penilaian
Pengembang https://multimediasearchapp.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.multimediasearchapp.com
URL Halaman Bantuan https://www.multimediasearchapp.com/privacy
URL Halaman Kebijakan Privasi https://www.multimediasearchapp.com/privacy
Bahasa yang Didukung 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": []
        }
    ]
}