Movie Finder

Provides quick commands from your browser’s address bar to search on popular movie sites.

¿Qué es Movie Finder?

Movie Finder es una extensión de Chrome desarrollada por https://moviefinderhub.com, y su función principal es "Provides quick commands from your browser’s address bar to search on popular movie sites.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Movie Finder

Descarga archivos de extensión Movie Finder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension is a great tool to help you discover movies easily and conveniently. Instead of typing the URL of the site, going to the site, and typing again to look for a movie or a show, our extension provides you with a shortcut to perform a quick search using simple commands directly from your Chrome’s address bar. 

Here is how it works after the extension has been added to your Chrome:

Step 1: Go to the address bar and type @; a list of five default movie sites and their respective hotkeys will show up in the autocomplete results.

Step 2: Type the hotkey of the site you want to search on, after the @ symbol. For instance, the command “@imdb” stands for IMDB. Check out the “special features” section below for the full list of hotkeys that you can use.

Step 3: Leave one-character space after the hotkey and type the name of the film or show that you are looking for. For instance, the command will look like “@imdb titanic” if you want to look for “Titanic” on IMDB.

Step 4: Choose one of the autocomplete suggestions and you will be redirected to IMDB’s results page.

Permissions used and reasons:

1. Access to “contextMenus”. We require this permission to customize the drop-down menu of the extension’s browser icon to provide a better user experience.
2. Access to “cookies”. We need this permission in order to provide more user tutorials while you use our extension.   
3. Change default search settings to our domain moviefindersearch.com, powered by Yahoo. We require this permission in order to use our private search domain as a placeholder. In this extension, we also support Google and Bing. If you would like to choose a different option, you can do so under ‘Settings’.
4. Access to "storage". We need this permission to save your preference on the client side as a good practice.

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

Want to remove the extension from your browser? You can open your Chrome browser’s Settings and find our extension on the Extensions page. Click “remove” and it will be completely removed. 

If you have more questions about our extension, Take a look at the answers below:

Terms and Conditions: https://www.moviefinderhub.com/terms 

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

Contact Us: https://www.moviefinderhub.com/contact
 
Uninstall: https://www.moviefinderhub.com/uninstall                    

Información Básica de la Extensión

Nombre Movie Finder Movie Finder
ID jdakbaajckankfaadpapgnnlealoigaj
URL Oficial https://chromewebstore.google.com/detail/movie-finder/jdakbaajckankfaadpapgnnlealoigaj
Descripción Provides quick commands from your browser’s address bar to search on popular movie sites.
Tamaño del Archivo 750 KB
Cantidad de Instalaciones 163,792
Versión Actual 3.0.1
Última Actualización 2022-04-13
Fecha de Publicación 2021-03-23
Calificación 3.86/5 Total de 14 Calificaciones
Desarrollador https://moviefinderhub.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.moviefinderhub.com
URL de la Página de Ayuda https://moviefinderhub.com/contact
URL de la Página de Política de Privacidad https://www.moviefinderhub.com/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Movie Finder",
    "description": "Provides quick commands from your browser\u2019s address bar to search on popular movie sites.",
    "version": "3.0.1",
    "action": {
        "default_title": "Movie Finder",
        "default_popup": "popup\/popup.html"
    },
    "homepage_url": "https:\/\/www.moviefindersearch.com\/wim\/gotohub?s=dkds",
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.moviefindersearch.com\/favicon.ico",
            "is_default": true,
            "name": "Movie Finder",
            "keyword": "Movie Finder",
            "search_url": "https:\/\/www.moviefindersearch.com\/search\/?category=web&s=dkds&vert=movie&q={searchTerms}",
            "suggest_url": "https:\/\/sug.moviefindersearch.com\/v1\/sug\/?s=dkds&vert=movie&q={searchTerms}"
        }
    },
    "background": {
        "service_worker": "bg\/background.js",
        "type": "module"
    },
    "manifest_version": 3,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.yahoo.com\/*"
            ],
            "js": [
                "jquery.js",
                "content_script\/first_search\/keep_changes.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.moviefindersearch.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/icon16.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "content_script\/first_search\/*"
            ],
            "matches": [
                "*:\/\/*.yahoo.com\/*"
            ]
        }
    ]
}