Search By MovieFinder365
Search By MovieFinder365
Search By MovieFinder365とは何ですか?
Search By MovieFinder365はTabatooによって開発されたChromeの拡張機能で、その主な機能は「Search By MovieFinder365」です。
拡張機能のスクリーンショット
Search By MovieFinder365拡張機能のCRXファイルをダウンロード
Search By MovieFinder365拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Search By MovieFinder365 |
ID | ggiokgahenecggcpdafpffnpelpfkjam |
公式URL | https://chromewebstore.google.com/detail/search-by-moviefinder365/ggiokgahenecggcpdafpffnpelpfkjam |
説明 | Search By MovieFinder365 |
ファイルサイズ | 44.08 KB |
インストール数 | 24,475 |
現在のバージョン | 1.2.1 |
最終更新日 | 2020-12-27 |
公開日 | 2020-08-10 |
評価 | 4.86/5 合計 7 レビュー |
開発者 | Tabatoo |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.moviefinder365.com/privacy |
対応言語 | 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\/" } |