Movie Search Center New Tab
Extension sets your new tab to Movie Search Center Tab where you can keep up to date with the movies news directly from your New Tab
什么是Movie Search Center New Tab?
Movie Search Center New Tab是由harbengt开发的Chrome扩展程序,该扩展的主要功能是“Extension sets your new tab to Movie Search Center Tab where you can keep up to date with the movies news directly from your New Tab”。
扩展截图
下载Movie Search Center New Tab扩展crx文件
下载Movie Search Center New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension configures your New Tab page to Movie Search Center new tab, which offers the following: features; * the latest and hottest movie trailers in one click * access to sites to stay informed on the latest and juiciest celebrity tidbits * Update your new tab search to blpsearch.com. Our product requires the following permissions: "Read and change your data on a number of websites" For our product to work, we require access to a limited number of websites. "Replace the page you see when opening a new tab" This allows us to show you our product - new tab page with free web search. By installing this extension, you agree to the End User License Agreement and Privacy Policy End User License Agreement: https://www.blpsearch.com/terms Privacy Policy: https://www.blpsearch.com/privacy
扩展基本信息
名称 | Movie Search Center New Tab |
ID | eapfaoggapmabingclmjigiflhhcedfj |
官方URL | https://chromewebstore.google.com/detail/movie-search-center-new-t/eapfaoggapmabingclmjigiflhhcedfj |
简介 | Extension sets your new tab to Movie Search Center Tab where you can keep up to date with the movies news directly from your New Tab |
文件大小 | 224 KB |
安装次数 | 710 |
当前版本 | 1.0.792.898 |
更新时间 | 2020-07-02 |
上架时间 | 2020-07-02 |
评分 | 4.25/5 共12次评分 |
开发者 | harbengt |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.blpsearch.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.792.898", "name": "Movie Search Center New Tab", "description": "Extension sets your new tab to Movie Search Center Tab where you can keep up to date with the movies news directly from your New Tab", "icons": { "128": "icons\/icon-128.png" }, "background": { "scripts": [ "js\/brand.js", "js\/aes.js", "js\/mode-ecb.js", "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/icon-128.png", "default_title": "MovieSearchCenterNewTab" }, "chrome_url_overrides": { "newtab": "newtab\/index.html" }, "web_accessible_resources": [ "icons\/checker.gif" ], "permissions": [ "*:\/\/*.moviesearchcenter.com\/*", "https:\/\/service.prsstobe.com\/*", "https:\/\/*.blpsearch.com\/*", "cookies", "storage" ] } |