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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |