Search By MovieFinder365
Search By MovieFinder365
What is Search By MovieFinder365?
Search By MovieFinder365 is a Chrome extension developed by Tabatoo, and its main feature is "Search By MovieFinder365".
Extension Screenshots
Download Search By MovieFinder365 Extension CRX File
Download Search By MovieFinder365 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
Find your favorite Movies content directly through your search bar! - when you click m+tab, searches are redirected straight to IMDB to bring you professional actors, movies and TV shows results. By clicking "Add to chrome", I accept and agree to installing the Search By MovieFinder365 extension and setting Chrome™ default search to that provided by the service and the Terms of Use and Privacy Policy. Important Notice! This extension changes your Default Search in Chrome browser to Bing. For more information see: https://www.moviefinder365.com/eula https://www.moviefinder365.com/privacy https://www.moviefinder365.com/about https://www.moviefinder365.com/contact
Extension Basic Information
Name | Search By MovieFinder365 |
ID | ggiokgahenecggcpdafpffnpelpfkjam |
Official URL | https://chromewebstore.google.com/detail/search-by-moviefinder365/ggiokgahenecggcpdafpffnpelpfkjam |
Description | Search By MovieFinder365 |
File Size | 44.08 KB |
Installation Count | 24,475 |
Current Version | 1.2.1 |
Last Updated | 2020-12-27 |
Publish Date | 2020-08-10 |
Rating | 4.86/5 Total 7 Ratings |
Developer | Tabatoo |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.moviefinder365.com/privacy |
Supported Languages | en |
manifest.json | |
{ "manifest_version": 2, "name": "Search By MovieFinder365", "version": "1.2.1", "short_name": "MovieFinder365", "description": "Search By MovieFinder365", "icons": { "128": "icons\/png\/128X128.png", "16": "icons\/png\/16X16.png" }, "browser_action": { "default_icon": { "16": "icons\/png\/16X16.png" }, "default_title": "MovieFinder365" }, "background": { "page": "html\/background.html", "persistent": false }, "permissions": [ "cookies", "storage", "*:\/\/*.moviefinder365.com\/*", "*:\/\/*.media-imdb.com\/*" ], "chrome_settings_overrides": { "search_provider": { "name": "MovieFinder365", "keyword": "MovieFinder365", "search_url": "https:\/\/searching.moviefinder365.com\/query\/to?ext=1&query={searchTerms}", "favicon_url": "https:\/\/www.moviefinder365.com\/img\/favicon.ico", "suggest_url": "https:\/\/suggesting.moviefinder365.com?q={searchTerms}", "instant_url": "", "search_url_post_params": "", "suggest_url_post_params": "", "instant_url_post_params": "", "image_url_post_params": "", "alternate_urls": [], "encoding": "UTF-8", "is_default": true } }, "content_security_policy": "script-src 'self'; object-src 'self'", "omnibox": { "keyword": "m" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "homepage_url": "https:\/\/www.moviefinder365.com\/" } |