G2Movies
Add top rated movies to Google homepage.
G2Movies란 무엇입니까?
G2Movies은(는) g2moviesext에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add top rated movies to Google homepage."입니다.
확장 프로그램 스크린샷
G2Movies 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Not sure what to watch for the day? Need to relax and watch a good movie? Installs and use G2Movies extension that shows you top-rated movies every day on your homepage. We will get you a list of the best films all time ranked by IMDB and Rotten Tomatoes. You choose what to watch and share your thoughts! It is easy this day to miss a good cinematographic masterpiece but not with G2Movies. How does it work? We simply add the list of movies in your Google Homepage for easier and convenient access
확장 프로그램 기본 정보
이름 | |
ID | jefaeiiljgpblhdmbkkhikiahhoobalg |
공식 URL | https://chrome.google.com/webstore/detail/g2movies/jefaeiiljgpblhdmbkkhikiahhoobalg |
설명 | Add top rated movies to Google homepage. |
파일 크기 | 14.03 KB |
설치 횟수 | 40,000 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2022-07-02 |
출시 날짜 | 2022-03-02 |
평점 | 4.75/5 총 12 개의 평점 |
개발자 | g2moviesext |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://g2movies.info/privacy_policy.php |
지원되는 언어 | de,en,fr,nl,no,da,es,it,pt-BR,fi,sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.2", "description": "__MSG_appDesc__", "default_locale": "en", "manifest_version": 3, "background": { "service_worker": "js\/sw.js" }, "icons": { "128": "assets\/logo-128.png" }, "content_scripts": [ { "all_frames": true, "js": [ "js\/cs.js" ], "run_at": "document_start", "matches": [ "https:\/\/www.google.de\/*", "https:\/\/www.google.com\/*", "https:\/\/www.google.fr\/*", "https:\/\/www.google.com.mx\/*", "https:\/\/www.google.co.in\/*", "https:\/\/www.google.it\/*", "https:\/\/www.google.es\/*", "https:\/\/www.google.com.br\/*", "https:\/\/www.google.co.uk\/*", "https:\/\/www.google.nl\/*" ] } ], "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "js\/trailers.js" ], "matches": [ "https:\/\/www.google.de\/*", "https:\/\/www.google.com\/*", "https:\/\/www.google.fr\/*", "https:\/\/www.google.com.mx\/*", "https:\/\/www.google.co.in\/*", "https:\/\/www.google.it\/*", "https:\/\/www.google.es\/*", "https:\/\/www.google.com.br\/*", "https:\/\/www.google.co.uk\/*", "https:\/\/www.google.nl\/*" ] } ] } |