TrailerAddict - Movie Trailers
Watch the latest movie trailers, find tickets and related offers.
TrailerAddict - Movie Trailers란 무엇입니까?
TrailerAddict - Movie Trailers은(는) C&A Corp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch the latest movie trailers, find tickets and related offers."입니다.
확장 프로그램 스크린샷
TrailerAddict - Movie Trailers 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Powered by Microsoft Bing. By clicking "Add to chrome", I accept and agree to installing the Price Helpers extension and setting Chrome™ New Tab to that provided by the service and the Privacy (https://cacorp.io/privacy.html) and Terms of Use (https://cacorp.io/eula.html). This extension provides user with a Custom Web Search on your New Tab.
확장 프로그램 기본 정보
이름 | TrailerAddict - Movie Trailers |
ID | ncdechejipdlodpapdhipfpbobjfacom |
공식 URL | https://chromewebstore.google.com/detail/traileraddict-movie-trail/ncdechejipdlodpapdhipfpbobjfacom |
설명 | Watch the latest movie trailers, find tickets and related offers. |
파일 크기 | 1.73 MB |
설치 횟수 | 14 |
현재 버전 | 1.8 |
최근 업데이트 | 2022-03-15 |
출시 날짜 | 2019-08-20 |
개발자 | C&A Corp |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://cacorp.io/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TrailerAddict - Movie Trailers", "short_name": "Trailer Addict", "version": "1.8", "manifest_version": 3, "description": "Watch the latest movie trailers, find tickets and related offers.", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" } }, "web_accessible_resources": [ { "resources": [ "traileraddict.json" ], "matches": [ "https:\/\/traileraddict.s3-us-west-2.amazonaws.com\/*" ] } ], "host_permissions": [ "https:\/\/traileraddict.s3-us-west-2.amazonaws.com\/", "*:\/\/*\/*" ] } |