Top Movies Search | Default Search

An upscale web tool that makes the process of searching all your favorite movies easier and faster.

What is Top Movies Search | Default Search?

Top Movies Search | Default Search is a Chrome extension developed by https://topmoviessearch.com, and its main feature is "An upscale web tool that makes the process of searching all your favorite movies easier and faster.".

Extension Screenshots

screenshot

Download Top Movies Search | Default Search Extension CRX File

Download Top Movies Search | Default 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

                        Top Movies Search Default Search is a free premium Chrome browser extension that enables you to enjoy the most accurate and selected movie search results powered by Bing.

By clicking “Add to Chrome”, you accept and agree to install the Top Movies Search Default Search Chrome extension, set the Chrome Default Search to Top Movies Search Default Search, powered by Bing, and adhere to the Terms and Privacy Policy.

How it works:
Type preferred search term into the Google Chrome Omnibox. The Top Movies Search will offer you first-rate custom search results powered by Bing.
For more technical details you can read about Google Chrome API for Google Chrome Extensions.
Visit our website at https://topmoviessearch.com/
Read more about us: https://topmoviessearch.com/about-search/
Read our Privacy Policy: https://topmoviessearch.com/privacy-policy/
Read our Terms & Conditions: https://topmoviessearch.com/terms-conditions/
Uninstall Instructions: https://topmoviessearch.com/uninstalling-a-chrome-extension/

If at any point after installing you feel that Top Movies Search Default Search is not right for you, don’t worry about it! There are two simple ways to uninstall the extension.

Removal Instructions One:
Step 1: Right click on the extension in the top right corner of your browser.
Step 2: Click ‘Remove’

Or

Removal Instructions Two:
Step 1: Click on the three dots/horizontal lines icon in the top right corner of your Chrome browser.
Step 2: Go to "Settings".
Step 3: On the left-hand side, click on ‘Extensions’
Step 4: Find the extension that you wish to remove and click the ‘Remove’ button.
Step 5: The extension should be removed from your Chrome browser.                    

Extension Basic Information

Name Top Movies Search | Default Search Top Movies Search | Default Search
ID jgbacglecgcndhcbmjdfcbpfhlmidhoj
Official URL https://chromewebstore.google.com/detail/top-movies-search-default/jgbacglecgcndhcbmjdfcbpfhlmidhoj
Description An upscale web tool that makes the process of searching all your favorite movies easier and faster.
File Size 250 KB
Installation Count 119
Current Version 1.0
Last Updated 2021-12-01
Publish Date 2021-11-30
Developer https://topmoviessearch.com
Email [email protected]
Payment Type free
Extension Website https://topmoviessearch.com
Help Page URL https://topmoviessearch.com/contact
Privacy Policy Page URL https://topmoviessearch.com/privacy-policy
Supported Languages en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "fav.png"
        },
        "default_popup": "popup.html",
        "default_title": "Top Movies Search"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/topmoviessearch.com\/favicon.ico",
            "is_default": true,
            "keyword": "topmoviessearch.com",
            "name": "Top Movies Search",
            "search_url": "https:\/\/topmoviessearch.com\/r\/extds13?keywords={searchTerms}"
        }
    },
    "description": "An upscale web tool that makes the process of searching all your favorite movies easier and faster.",
    "icons": {
        "128": "fav.png"
    },
    "manifest_version": 2,
    "name": "Top Movies Search | Default Search",
    "permissions": [
        "*:\/\/topmoviessearch.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}